Skip to content

Commit

Permalink
Merge pull request #613 from canyongbs/feature/deployment-fix
Browse files Browse the repository at this point in the history
[HOTFIX] Fix the service name for dev deployment
  • Loading branch information
Orrison authored Mar 21, 2024
2 parents 4d11de8 + 958266c commit 658e780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
uses: aws-actions/amazon-ecs-deploy-task-definition@df9643053eda01f169e64a0e60233aacca83799a
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: "advisingapp-dev-crm-ecs-service"
service: "advisingapp-dev-service"
cluster: "advisingapp-dev"
wait-for-service-stability: true

0 comments on commit 658e780

Please sign in to comment.