Deploy on dokku.autonomic.zone #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Let's do it the manual way, so you learn how to work with Dokku.
Here's an SSH config for
dokku.autonomic.zone
.ssh dokku.autonomic.zone
. Your sudo password is in the pass store which you'll need to interact with the dokku command.dokku apps:create kawaiipunk.xyz
. Then set the domain for that application withdokku domains:add kawaiipunk.xyz kawaiipunk.xyz
.kawaiipunk.xyz
DNS A record pointed at thedokku.autonomic.zone
machine which is94.130.105.60
. You can check quickly withsudo apt install dnsutils && dig +short dokku.autonomic.zone
. It has to already be switched over for lets encrypt certificates to be configured properly.git remote add dokku dokku@dokku.autonomic.zone:kawaiipunk.xyz
git push dokku
. Your site should be live at https://kawaiipunk.xyz.If you have issues, post 'em here!
Hmm ok, so I followed those steps. It all went as expected but we're missing two steps from the instructions.
Creating a .drone.yml file and manually activating the repo on drone.
First one for the .drone.yml file is:
And the other missing step was:
Everything done broke
Sorted, closing!