feat: enable deploy back

This commit is contained in:
Swann 2020-10-12 20:23:08 +02:00
parent c844c6e54f
commit 6771c371a1
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB
2 changed files with 2 additions and 10 deletions

View File

@ -7,7 +7,3 @@ build:
name: multi_user
paths:
- multi_user
only:
refs:
- master
- develop

View File

@ -16,7 +16,3 @@ deploy:
- echo "Pushing to gitlab registry ${VERSION}"
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push registry.gitlab.com/slumber/multi-user/multi-user-server:${VERSION}
only:
refs:
- master
- develop