Browse Source

chore: fix service name in deployments

Karol Sójko 2 years ago
parent
commit
5d12648669
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/common-deploy.yml

+ 1 - 1
.github/workflows/common-deploy.yml

@@ -50,6 +50,6 @@ jobs:
       uses: aws-actions/amazon-ecs-deploy-task-definition@v1
       uses: aws-actions/amazon-ecs-deploy-task-definition@v1
       with:
       with:
         task-definition: ${{ steps.task-def-prod.outputs.task-definition }}
         task-definition: ${{ steps.task-def-prod.outputs.task-definition }}
-        service: ${{ inputs.service_name }}-prod
+        service: ${{ inputs.service_name }}
         cluster: prod
         cluster: prod
         wait-for-service-stability: true
         wait-for-service-stability: true