Skip to content

Commit

Permalink
Testing deploy branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuzman committed Sep 12, 2024
1 parent b65b21a commit 83e90d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Test
run: npm run test
publish_qa:
needs: test
if: github.ref == 'refs/heads/qa'
# needs: test
if: github.ref == 'refs/heads/TGR-50/remediation-update'
name: Publish image to ECR and update ECS stack
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
run: |
aws ecs update-service --cluster discovery-ui-qa --service discovery-ui-qa --force-new-deployment
publish_train:
needs: test
if: github.ref == 'refs/heads/train'
# needs: test
if: github.ref == 'refs/heads/TGR-50/remediation-update'
name: Publish image to ECR and update ECS stack
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -95,8 +95,8 @@ jobs:
run: |
aws ecs update-service --cluster discovery-ui-edd --service discovery-ui-edd --force-new-deployment
publish_production:
needs: test
if: github.ref == 'refs/heads/production'
# needs: test
if: github.ref == 'refs/heads/TGR-50/remediation-update'
name: Publish image to ECR and update ECS stack
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 83e90d9

Please sign in to comment.