From 17ba5c8dd024f2b9aa7420972000ed39294ed058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Tue, 3 Mar 2026 10:21:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[deploy]=20Google=20Storage=20credential?= =?UTF-8?q?s=20=EC=8B=AC=EB=A7=81=ED=81=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 배포 시 shared/storage/credentials → storage/credentials 심링크 생성 - Google Cloud 서비스 계정 JSON 파일 접근 보장 Co-Authored-By: Claude Opus 4.6 --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9ab7c29d..5cdfdcc6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,6 +45,7 @@ pipeline { ln -sfn /home/webservice/mng/shared/.env .env && sudo chmod 640 /home/webservice/mng/shared/.env && ln -sfn /home/webservice/mng/shared/storage/app storage/app && + ln -sfn /home/webservice/mng/shared/storage/credentials storage/credentials && composer install --no-dev --optimize-autoloader --no-interaction && npm install --prefer-offline && npm run build &&