Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Add auto-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kibish committed Jan 28, 2018
1 parent d624432 commit 60f5bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ after_success:
docker build -t skibish/trashdiena:$TRAVIS_TAG -t skibish/trashdiena:latest .;
docker push skibish/trashdiena:$TRAVIS_TAG;
docker push skibish/trashdiena:latest;
ssh -i /tmp/rsa $DEPLOY_USER@app.trashdiena.fun "/opt/app/update-stack.sh $TRAVIS_TAG"
ssh -i /tmp/rsa $DEPLOY_USER@app.trashdiena.fun "/opt/app/update-stack.sh $TRAVIS_TAG";
fi

0 comments on commit 60f5bfc

Please sign in to comment.