https://drone.io/
Host dokku.autonomic.zone Hostname dokku.autonomic.zone User <your-username> Port 222 IdentityFile ~/.ssh/<your-ssh-key-private-file>
See the password-store under autonomic-dokku for your sudo password.
autonomic-dokku
cp .envrc.sample .envrc
PASSWORD_STORE_DIR
infrastructure/credentials/password-store
You only need to do this if you're working with Ansible vault (encrypting/decrypting new secrets).
$ python3 -m venv .venv $ source .venv/bin/activate $ pip install -r requirements.txt
$ git remote add dokku dokku@dokku.autonomic.zone:drone $ git push dokku