Skip to content

Commit

Permalink
Merge pull request #354 from nossas/hotfix-v0.2.4
Browse files Browse the repository at this point in the history
fix name from app ssl production container
  • Loading branch information
lpirola authored Feb 1, 2017
2 parents cb79303 + 8b34e33 commit 59540cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ git remote add deploy $REPO_URI
git push -f deploy $CIRCLE_SHA1:refs/heads/master

if [ ! -z "$CIRCLE_TAG" ]; then
git remote add deploy-ssl "[email protected]:0-client-ssl"
git remote add deploy-ssl "[email protected]:1-client-ssl"
git push -f deploy-ssl $CIRCLE_SHA1:refs/heads/master
fi

0 comments on commit 59540cb

Please sign in to comment.