Created
November 5, 2014 11:21
-
-
Save ademuk/44bef9c3a326c22a3c46 to your computer and use it in GitHub Desktop.
Wercker Dokku deploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deploy: | |
steps: | |
- add-to-known_hosts: | |
hostname: $HOSTNAME | |
- add-ssh-key: | |
keyname: KEY | |
- script: | |
name: Push to dokku | |
code: | | |
git remote add dokku dokku@$HOSTNAME:$APP | |
git push dokku HEAD:master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment