Permalink
Please sign in to comment.
Showing
with
9 additions
and 16 deletions.
- +6 −0 .travis.yml
- +3 −0 .travis/deploy.sh
- +0 −16 wercker.yml
| @@ -0,0 +1,6 @@ | ||
| +language: node_js | ||
| +deploy: | ||
| + provider: script | ||
| + script: .travis/deploy.sh | ||
| + on: | ||
| + branch: master |
| @@ -0,0 +1,3 @@ | ||
| + | ||
| +git remote add dokku dokku@$APP_HOSTNAME:$APP | ||
| +git push --force dokku HEAD:master |
16
wercker.yml
| @@ -1,16 +0,0 @@ | ||
| -box: node | ||
| -build: | ||
| - steps: | ||
| - - npm-install | ||
| - - npm-test | ||
| -deploy: | ||
| - steps: | ||
| - - add-to-known_hosts: | ||
| - hostname: $HOSTNAME | ||
| - - add-ssh-key: | ||
| - keyname: SSH | ||
| - - script: | ||
| - name: Push to dokku | ||
| - code: | | ||
| - git remote add dokku dokku@$HOSTNAME:$APP | ||
| - git push --force dokku HEAD:master |
0 comments on commit
d7ff8d8