👷 Run dockerize and deploy sequentially
This commit is contained in:
@@ -15,10 +15,11 @@ steps:
|
||||
deployment: beau-gosse-du-92-web
|
||||
repo: rg.fr-par.scw.cloud/asr-projects/beau-gosse-du-92-web
|
||||
container: beau-gosse-du-92-web
|
||||
# TEMP: For tests only
|
||||
# tags: ${CI_COMMIT_SHA}
|
||||
tag: dev
|
||||
tags: ${CI_COMMIT_SHA}
|
||||
secrets:
|
||||
- kubernetes_cert
|
||||
- kubernetes_server
|
||||
- kubernetes_token
|
||||
|
||||
depends_on:
|
||||
- dockerize
|
||||
|
@@ -1,5 +1,5 @@
|
||||
when:
|
||||
- branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
# when:
|
||||
# - branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
steps:
|
||||
dockerize:
|
||||
@@ -12,4 +12,3 @@ steps:
|
||||
username: nologin
|
||||
password:
|
||||
from_secret: registry-password
|
||||
# debug: true
|
||||
|
Reference in New Issue
Block a user