mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 21:22:35 +01:00
Merge branch 'master' into remove-bitly
This commit is contained in:
commit
45a45cfc8d
@ -9,13 +9,13 @@ deployment:
|
||||
branch: master
|
||||
commands:
|
||||
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
|
||||
- docker build . -t mozilla/fileshare:latest
|
||||
- docker build -t mozilla/fileshare:latest .
|
||||
- docker push mozilla/fileshare:latest
|
||||
tags:
|
||||
tags: /.*/
|
||||
commands:
|
||||
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
|
||||
- docker build . -t mozilla/fileshare:$CIRCLE_TAG
|
||||
- docker build -t mozilla/fileshare:$CIRCLE_TAG .
|
||||
- docker push mozilla/fileshare:$CIRCLE_TAG
|
||||
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user