mirror of
https://github.com/elyby/accounts.git
synced 2024-12-23 05:39:54 +05:30
Fix build pipeline [deploy dev]
This commit is contained in:
parent
31febd5606
commit
2bb465d867
@ -171,9 +171,15 @@ Docker:
|
||||
- docker push $WEB_LATEST_IMAGE_NAME
|
||||
- docker push $DB_VERSIONED_IMAGE_NAME
|
||||
- docker push $DB_LATEST_IMAGE_NAME
|
||||
only:
|
||||
- master
|
||||
- tags
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG'
|
||||
when: on_success
|
||||
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||
when: on_success
|
||||
- if: '$CI_COMMIT_MESSAGE =~ /\[deploy.*\]/'
|
||||
when: on_success
|
||||
# Default:
|
||||
- when: never
|
||||
|
||||
##########
|
||||
# Deploy #
|
||||
|
Loading…
Reference in New Issue
Block a user