Skip to content
Snippets Groups Projects
Commit 693a928f authored by Iñigo Moreno i Caireta's avatar Iñigo Moreno i Caireta
Browse files

Move ddeploy to a new deploy stage

parent 860aefe7
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
Pipeline #58082 passed
...@@ -16,6 +16,7 @@ services: ...@@ -16,6 +16,7 @@ services:
stages: stages:
- build - build
- deploy
before_script: before_script:
- apk add --update bash coreutils tar wget - apk add --update bash coreutils tar wget
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
.ddeploy: .ddeploy:
stage: build stage: deploy
variables: variables:
DOCKER_PUSH_REGISTRY: ${ARTIFACT_DOCKER_URL} DOCKER_PUSH_REGISTRY: ${ARTIFACT_DOCKER_URL}
DOCKER_PUSH_NAME: ${CI_PROJECT_NAME} DOCKER_PUSH_NAME: ${CI_PROJECT_NAME}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment