Commit 0fd39b27 by Sathish A

Add 'sg' tag to deploy stages in .gitlab-ci.yml for backend and frontend deployments.

parent fbef5c09
Pipeline #61325 failed with stages
in 2 minutes 26 seconds
...@@ -58,6 +58,7 @@ deploy_backend_staging: ...@@ -58,6 +58,7 @@ deploy_backend_staging:
image: registry.git.int.krds.com/tools/deploy:edge image: registry.git.int.krds.com/tools/deploy:edge
tags: tags:
- deploy - deploy
- sg
stage: deploy stage: deploy
dependencies: dependencies:
- docker_build_backend_staging - docker_build_backend_staging
...@@ -79,6 +80,7 @@ deploy_frontend_staging: ...@@ -79,6 +80,7 @@ deploy_frontend_staging:
image: registry.git.int.krds.com/tools/deploy:edge image: registry.git.int.krds.com/tools/deploy:edge
tags: tags:
- deploy - deploy
- sg
stage: deploy stage: deploy
dependencies: dependencies:
- docker_build_frontend_staging - docker_build_frontend_staging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment