Add deploy steps

This commit is contained in:
Luke Murphy 2020-04-07 15:30:06 +02:00
parent cdec53eb6a
commit edb565bac7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 10 additions and 0 deletions

View File

@ -1 +1,11 @@
# statictest # statictest
## Deploy your own
1. `git clone ssh://git@git.autonomic.zone:222/decentral1se/statictest.git`
1. `Edit index.html and add some text`
1. `git remote add dokku@dokku.autonomic.zone:statictest`
1. `git push dokku`
1. Site is deployed at http://statictest.dokku.autonomic.zone
1. `ssh dokku.autonomic.zone && dokku letsencrypt statictest`
1. Done.