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

Commit 60f5bfc

Browse files
author
Sergey Kibish
committed
Add auto-deploy
1 parent d624432 commit 60f5bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ after_success:
2525
docker build -t skibish/trashdiena:$TRAVIS_TAG -t skibish/trashdiena:latest .;
2626
docker push skibish/trashdiena:$TRAVIS_TAG;
2727
docker push skibish/trashdiena:latest;
28-
ssh -i /tmp/rsa [email protected] "/opt/app/update-stack.sh $TRAVIS_TAG"
28+
ssh -i /tmp/rsa [email protected] "/opt/app/update-stack.sh $TRAVIS_TAG";
2929
fi

0 commit comments

Comments
 (0)