Skip to content

Commit 26813a8

Browse files
committed
Comment out QA deployment pipeline in Semaphore
The QA deployment pipeline is commented out in the deploy.yml file. This change temporarily disables the QA deployment to prevent it from running, likely for debugging or workflow adjustments.
1 parent af3a8c3 commit 26813a8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.semaphore/deploy.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ blocks:
1212
- checkout
1313
- script/argocd_deployment.sh $SANDBOX_ARGOCD_ENDPOINT $ARGOCD_USERNAME $SANDBOX_ARGOCD_PASSWORD $SEMAPHORE_GIT_SHA
1414
dependencies: []
15-
- name: Deploy to QA
16-
task:
17-
secrets:
18-
- name: argocd
19-
jobs:
20-
- name: Deploy to QA
21-
commands:
22-
- checkout
23-
- script/argocd_deployment.sh $QA_ARGOCD_ENDPOINT $ARGOCD_USERNAME $QA_ARGOCD_PASSWORD $SEMAPHORE_GIT_SHA
24-
dependencies: []
15+
# - name: Deploy to QA
16+
# task:
17+
# secrets:
18+
# - name: argocd
19+
# jobs:
20+
# - name: Deploy to QA
21+
# commands:
22+
# - checkout
23+
# - script/argocd_deployment.sh $QA_ARGOCD_ENDPOINT $ARGOCD_USERNAME $QA_ARGOCD_PASSWORD $SEMAPHORE_GIT_SHA
24+
# dependencies: []
2525
queue:
2626
name: Deployment queue
2727
scope: project

0 commit comments

Comments
 (0)