From a57bb03e03cbef79924dfe75b523d88738a4d018 Mon Sep 17 00:00:00 2001 From: sunm2n Date: Mon, 1 Jun 2026 18:32:57 +0900 Subject: [PATCH] =?UTF-8?q?[Build]=20=EC=BB=A8=ED=85=8C=EC=9D=B4=EB=AA=85?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IssueNum #48 --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index eab50b7..a928f11 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -51,7 +51,7 @@ jobs: cmd_id=$(aws ssm send-command \ --instance-ids "${{ secrets.APP_INSTANCE_ID }}" \ --document-name "AWS-RunShellScript" \ - --comment "deploy devine-backend ${{ needs.build-and-push.outputs.sha }}" \ + --comment "deploy linclean-backend ${{ needs.build-and-push.outputs.sha }}" \ --parameters commands='[ "set -e", "cd ${{ vars.DEPLOY_DIR }}",