Skip to content
Snippets Groups Projects
Commit 8177761f authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

fix branch DEV name in deploy config

parent e3568c17
No related branches found
No related tags found
1 merge request!7update master to dev
......@@ -46,7 +46,7 @@ Docker build:
tags: [kszk]
only:
- master
- dev
- DEV
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: ['']
......@@ -58,7 +58,7 @@ Deploy dev:
stage: Deploy
tags: [kszk-deploy] # request the custom SSH executor
only:
- dev
- DEV
script: # your deploy logic
- echo "$REGISTRY_PASSWORD" | docker login registry.kszk.bme.hu --username $REGISTRY_USER --password-stdin
- cp docker-compose.dev.yml /home/kszk-gitlab-deployer/bodysch-dev/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment