mirror of
https://github.com/elyby/accounts.git
synced 2024-12-23 13:50:06 +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 $WEB_LATEST_IMAGE_NAME
|
||||||
- docker push $DB_VERSIONED_IMAGE_NAME
|
- docker push $DB_VERSIONED_IMAGE_NAME
|
||||||
- docker push $DB_LATEST_IMAGE_NAME
|
- docker push $DB_LATEST_IMAGE_NAME
|
||||||
only:
|
rules:
|
||||||
- master
|
- if: '$CI_COMMIT_TAG'
|
||||||
- tags
|
when: on_success
|
||||||
|
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||||
|
when: on_success
|
||||||
|
- if: '$CI_COMMIT_MESSAGE =~ /\[deploy.*\]/'
|
||||||
|
when: on_success
|
||||||
|
# Default:
|
||||||
|
- when: never
|
||||||
|
|
||||||
##########
|
##########
|
||||||
# Deploy #
|
# Deploy #
|
||||||
|
Loading…
Reference in New Issue
Block a user