Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
correct service name
Browse files Browse the repository at this point in the history
  • Loading branch information
vladupshot committed Dec 29, 2023
1 parent 11c1002 commit f7d89b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_aws_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
task-definition: ${{ steps.compute-node-task-def.outputs.task-definition }}
service: upshot-compute-node-staging
service: upshot-compute-node
cluster: upshot-backend-staging
# wait-for-service-stability: true

0 comments on commit f7d89b2

Please sign in to comment.