Permalink
Browse files

Use travis

  • Loading branch information...
1 parent 4456aa8 commit d7ff8d819b3ab824a5923dd3fdc8f34916fc8c58 @dz0ny dz0ny committed Jan 7, 2017
Showing with 9 additions and 16 deletions.
  1. +6 −0 .travis.yml
  2. +3 −0 .travis/deploy.sh
  3. +0 −16 wercker.yml
View
@@ -0,0 +1,6 @@
+language: node_js
+deploy:
+ provider: script
+ script: .travis/deploy.sh
+ on:
+ branch: master
View
@@ -0,0 +1,3 @@
+
+git remote add dokku dokku@$APP_HOSTNAME:$APP
+git push --force dokku HEAD:master
View
@@ -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

Please sign in to comment.