Skip to content

Commit

Permalink
test qa deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Nov 7, 2024
1 parent f4fb1d9 commit 45e2cfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
docker tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:qa-latest
docker push $ECR_REGISTRY/$ECR_REPOSITORY:qa-latest
# - name: Force ECS Update
# run: |
# aws ecs update-service --cluster fedora-ingest-rails-qa --service fedora-ingest-rails-web-application-qa --force-new-deployment
# aws ecs update-service --cluster fedora-ingest-rails-qa --service fedora-ingest-rails-worker-qa --force-new-deployment
- name: Force ECS Update
run: |
aws ecs update-service --cluster fedora-ingest-rails-qa --service fedora-ingest-rails-web-application-qa --force-new-deployment
aws ecs update-service --cluster fedora-ingest-rails-qa --service fedora-ingest-rails-worker-qa --force-new-deployment

0 comments on commit 45e2cfc

Please sign in to comment.