1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

One day I am going to get this right.

This commit is contained in:
Drew Larson 2017-01-24 19:59:33 -06:00
parent 560141298a
commit c69d1f26c7

View File

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