From 0576473fc4205782a948a9fe5cc750dbc8beae9d Mon Sep 17 00:00:00 2001 From: YeonHu Yim <71930280+lcqff@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:01:17 +0900 Subject: [PATCH] Update s3-develop-deploy.yml --- .github/workflows/s3-develop-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/s3-develop-deploy.yml b/.github/workflows/s3-develop-deploy.yml index a0f2d42a..76391399 100644 --- a/.github/workflows/s3-develop-deploy.yml +++ b/.github/workflows/s3-develop-deploy.yml @@ -87,4 +87,4 @@ jobs: script: | cd ~/01-doo-re-infrastructure/doo-re/deploy chmod +x ./deploy_front.sh - sudo ./deploy_front.sh ${GITHUB_SHA::8} dev + sudo -E ./deploy_front.sh ${GITHUB_SHA::8} dev