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:
parent
560141298a
commit
c69d1f26c7
@ -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;
|
Loading…
x
Reference in New Issue
Block a user