We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc892c commit b3be8d8Copy full SHA for b3be8d8
1 file changed
.github/workflows/cd-staging.yml
@@ -55,7 +55,7 @@ jobs:
55
56
TASK_ARN=$(aws ecs run-task \
57
--cluster $CLUSTER \
58
- --launch-type EC2 \
+ --launch-type FARGATE \
59
--task-definition $TASK_DEF \
60
--count 1 \
61
--network-configuration "$NETWORK_CONFIG" \
@@ -76,5 +76,6 @@ jobs:
76
echo "Migration completed successfully"
77
78
- name: Deploy to ECS
79
+ if: false
80
run: |
81
aws ecs update-service --cluster ${{ vars.AWS_RESOURCE_PREFIX }}-staging-cluster --service ${{ vars.AWS_RESOURCE_PREFIX }}-staging-service --force-new-deployment
0 commit comments