Skip to content

Commit b3be8d8

Browse files
committed
updating launch type
1 parent 1dc892c commit b3be8d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cd-staging.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
TASK_ARN=$(aws ecs run-task \
5757
--cluster $CLUSTER \
58-
--launch-type EC2 \
58+
--launch-type FARGATE \
5959
--task-definition $TASK_DEF \
6060
--count 1 \
6161
--network-configuration "$NETWORK_CONFIG" \
@@ -76,5 +76,6 @@ jobs:
7676
echo "Migration completed successfully"
7777
7878
- name: Deploy to ECS
79+
if: false
7980
run: |
8081
aws ecs update-service --cluster ${{ vars.AWS_RESOURCE_PREFIX }}-staging-cluster --service ${{ vars.AWS_RESOURCE_PREFIX }}-staging-service --force-new-deployment

0 commit comments

Comments
 (0)