Add the git push part in the deploy istructions

This commit is contained in:
Daniele Tricoli 2021-01-12 00:16:21 +01:00
parent a0dee9010a
commit 5292dde5ab
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,10 @@
# dokku-miniflux
# pod-miniflux
## Deploy
### Dokku
```
dokku apps:create miniflux
@ -16,6 +19,9 @@ dokku postgres:link miniflux miniflux
dokku proxy:ports-add miniflux http:80:8080
dokku config:set --no-restart miniflux DOKKU_LETSENCRYPT_EMAIL=example@example.org
git push dokku main:main
dokku letsencrypt miniflux
dokku letsencrypt:cron-job --add miniflux
```