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

Commit

Permalink
Change build script to be run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Jun 3, 2016
1 parent b7b0fd1 commit 7d15953
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deploy-container.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
docker login -u=gavinmroy -p=${DOCKER_PASSWORD}
docker build -t aweber/rabbitmq-autocluster:${TRAVIS_TAG} .
docker tag aweber/rabbitmq-autocluster:${TRAVIS_TAG} aweber/rabbitmq-autocluster:latest
docker push aweber/rabbitmq-autocluster:${TRAVIS_TAG}
docker build -t aweber/rabbitmq-autocluster:$1 .
docker tag aweber/rabbitmq-autocluster:$1 aweber/rabbitmq-autocluster:latest
docker push aweber/rabbitmq-autocluster:$1
docker push aweber/rabbitmq-autocluster:latest

0 comments on commit 7d15953

Please sign in to comment.