Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
ensure the deploy succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Nov 27, 2015
1 parent 5e81cec commit 7526680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ set -x

docker-compose build
eval $(docker-machine env do)
docker-compose up -d
docker-compose up -d --force-recreate
curl -I --fail https://jsonp.afeld.me
echo "DONE"

0 comments on commit 7526680

Please sign in to comment.