update pipelines

This commit is contained in:
Kirill Andrusyak
2023-08-08 20:07:38 +00:00
parent 99f5472c35
commit 8afb4cf5c8
2 changed files with 8 additions and 2 deletions

View File

@@ -26,9 +26,12 @@ build-job:
- echo "$CI_REGISTRY_PASSWORD" | docker login docker-registry.dopcore.com -u "$CI_REGISTRY_USER" --password-stdin
- docker push docker-registry.dopcore.com/$CI_PROJECT_PATH
deploy-job:
deploy-dev:
stage: deploy
image: dtzar/helm-kubectl:latest
environment:
name: development
url: https://astra-dev.dopcore.com/
tags:
- docker
only: