Skip to content

Commit 09ce16e

Browse files
committed
fix: 네트워크 모드 삭제
1 parent 4ff3731 commit 09ce16e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy-migration-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ jobs:
194194
--cluster ${{ env.PROD_ECS_CLUSTER_NAME }} \
195195
--task-definition ${{ steps.update-task-def.outputs.new_task_definition_arn }} \
196196
--launch-type EC2 \
197-
--network-configuration "awsvpcConfiguration={subnets=[${{ env.VPC_SUBNET }}],securityGroups=[${{ env.TASK_SECURITY_GROUP }}]}" \
198197
--overrides '{ "containerOverrides": [ { "name": "${{ steps.get-prod-info.outputs.container_name }}", "environment": [ { "name": "SPRING_PROFILES_ACTIVE", "value": "migration" }, { "name": "MIGRATION_RDS_URL", "value": "'"${MIGRATION_RDS_URL}"'" }, { "name": "MIGRATION_S3_BUCKET", "value": "${{ env.CLONED_S3_BUCKET_NAME }}" } ] } ] }' \
199198
--query "tasks[0].taskArn" --output text)
200199
echo "task_arn=$TASK_ARN" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)