Skip to content

Commit

Permalink
fixup! WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
IamAbbey committed Jul 31, 2024
1 parent 2b96ec0 commit a5bc9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
MIGRATION_TASK_ARN=$(
aws ecs run-task \
--cluster ${{ inputs.environment }} \
--network-configuration '{ "awsvpcConfiguration": { "subnets": $SUBNET, "securityGroups": $SECURITY_GROUPS, "assignPublicIp": "DISABLED" } }'
--network-configuration '{ "awsvpcConfiguration": { "subnets": $SUBNET, "securityGroups": $SECURITY_GROUPS, "assignPublicIp": "DISABLED" } }' \
--override '{ "containerOverrides": [ { "name": "local-exec", "command": ["python manage.py migrate"] } ] }' \
--task-definition "${{ steps.deploy-local-task-definition.outputs.latest-task-definition-arn }}" \
| jq -r '.tasks[0] | .taskArn'
Expand Down

0 comments on commit a5bc9ae

Please sign in to comment.