Commit f5472084 authored by ThinhNC's avatar ThinhNC

ci: assign online runner-79 tag to deployment jobs

parent c4f0d6dd
Pipeline #53074 failed with stage
in 2 seconds
......@@ -10,6 +10,8 @@ stages:
# 1. Preview Deployment (Tất cả các nhánh tính năng trừ staging, main)
deploy_preview:
stage: deploy
tags:
- runner-79
except:
- staging
- main
......@@ -26,6 +28,8 @@ deploy_preview:
# 2. Production Deployment (Kích hoạt khi push lên nhánh staging, main)
deploy_production:
stage: deploy
tags:
- runner-79
only:
- staging
- main
......
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