Browse Source

One day I am going to get this right.

feature/python-error-tracking
Drew Larson 7 years ago
parent
commit
c69d1f26c7
  1. 6
      .travis.yml

6
.travis.yml

@ -4,6 +4,6 @@ services:
before_install:
- docker build -t bcbc/workstand:production .
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
docker push bcbc/workstand:production;
- bash -c 'echo $TRAVIS_BRANCH'
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
- docker push bcbc/workstand:production;
Loading…
Cancel
Save