From 65f32e19a8725223d3e88043ca078560ef35de24 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 2 Aug 2024 09:33:13 +0000 Subject: [PATCH] Test CICD DEV #1 --- .github-save/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github-save/workflows/ci-cd.yml b/.github-save/workflows/ci-cd.yml index 0e95139..0a2e598 100644 --- a/.github-save/workflows/ci-cd.yml +++ b/.github-save/workflows/ci-cd.yml @@ -56,6 +56,6 @@ jobs: IMAGE_URI: ${{ steps.login-ecr.outputs.registry }}/twitter_light:latest AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - run: | + run: | aws ecs update-service --cluster $ECS_CLUSTER_NAME --service $ECS_SERVICE_NAME --force-new-deployment