That's how to deploy it

master
Luke Murphy 3 years ago
parent dc8029894e
commit 91cc864676
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

@ -1 +1,15 @@
# flasktest
## Heroku
```bash
$ heroku create
$ git push heroku master
```
## Dokku
```bash
$ git remote add dokku dokku@dokku.autonomic.zone:flasktest
$ git push dokku master
```

Loading…
Cancel
Save