Skip to content

Commit

Permalink
Trying remote archive deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thehoneymad committed Mar 27, 2017
1 parent 0202dff commit ca51294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ before_script:
- npm run build

after_success:
- tar -czf package.tgz build
- tar -czf package.tgz build
- export SSHPASS=$DEPLOY_PASS
- sshpass -e scp package.tgz $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH

0 comments on commit ca51294

Please sign in to comment.