Skip to content

Commit

Permalink
Use travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Jan 7, 2017
1 parent 4456aa8 commit d7ff8d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: node_js
deploy:
provider: script
script: .travis/deploy.sh
on:
branch: master
3 changes: 3 additions & 0 deletions .travis/deploy.sh
@@ -0,0 +1,3 @@

git remote add dokku dokku@$APP_HOSTNAME:$APP
git push --force dokku HEAD:master
16 changes: 0 additions & 16 deletions wercker.yml

This file was deleted.

0 comments on commit d7ff8d8

Please sign in to comment.