Skip to content

Commit a977f72

Browse files
author
Satej Sawant
committed
Fix parameter name: port -> container-port
1 parent 5dcea3a commit a977f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
image: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.us-west-2.amazonaws.com/spookymart-frontend:${{ github.sha }}
4040
execution-role-arn: ${{ secrets.ECS_EXECUTION_ROLE_ARN }}
4141
infrastructure-role-arn: ${{ secrets.ECS_INFRASTRUCTURE_ROLE_ARN }}
42-
port: 8080
42+
container-port: 8080

0 commit comments

Comments
 (0)