develop -> main
This commit is contained in:
parent
cb3e046235
commit
d028bf02d2
1 changed files with 3 additions and 3 deletions
|
@ -117,7 +117,7 @@ review:
|
|||
only:
|
||||
- branches
|
||||
except:
|
||||
- develop
|
||||
- main
|
||||
variables:
|
||||
GIT_REMOTE_URL: ssh://dokku@$DOKKU_HOST/rebased-$CI_COMMIT_REF_SLUG
|
||||
GIT_PUSH_FLAGS: --force
|
||||
|
@ -140,7 +140,7 @@ release:
|
|||
cache: {}
|
||||
only:
|
||||
refs:
|
||||
- develop
|
||||
- main
|
||||
changes: *elixir-changes
|
||||
|
||||
docker:
|
||||
|
@ -158,4 +158,4 @@ docker:
|
|||
- docker push $CI_REGISTRY_IMAGE
|
||||
only:
|
||||
refs:
|
||||
- develop
|
||||
- main
|
||||
|
|
Loading…
Reference in a new issue