mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Introduce dedicated deploy stages for gitlab, gitlab-assets, and gitaly images
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
d389b1068d
commit
73ac2428a2
3 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ default:
|
|||
stages:
|
||||
- test
|
||||
- deploy
|
||||
- deploy-gitlab
|
||||
- deploy-gitlab-assets
|
||||
- deploy-gitaly
|
||||
- automation
|
||||
|
||||
variables:
|
||||
|
|
|
|||
|
|
@ -19,3 +19,4 @@ gitaly push:
|
|||
extends:
|
||||
- .gitaly-matrix
|
||||
- .build_and_deploy_custom
|
||||
stage: deploy-gitaly
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ gitlab push:
|
|||
extends:
|
||||
- .gitlab-matrix
|
||||
- .build_and_deploy_custom
|
||||
stage: deploy-gitlab
|
||||
|
||||
# Used by GitLab's compile-production-assets and compile-test-assets jobs
|
||||
.gitlab-assets-matrix:
|
||||
|
|
@ -46,3 +47,4 @@ gitlab-assets push:
|
|||
extends:
|
||||
- .gitlab-assets-matrix
|
||||
- .build_and_deploy_custom
|
||||
stage: deploy-gitlab-assets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue