Skip to content

Commit c1ad0bb

Browse files
authored
Merge pull request #5665 from simpledotorg/sagar-rtsl/sc-16494
Enable QA environment in Semaphore pipeline.
2 parents a63e89d + bd5fb77 commit c1ad0bb

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)