Skip to content

Commit 082e4e8

Browse files
committed
chore[infra] : .test용 env 파일 설정
1 parent a307f6b commit 082e4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ jobs:
463463
464464
# prod.env 복원
465465
install -d -m 700 /home/ec2-user/configs
466-
printf "%s" "${{ secrets.PROD_ENV_BASE64 }}" | base64 -d > /home/ec2-user/configs/prod.env
466+
printf "%s" "${{ secrets.PROD_TEST_ENV_BASE64 }}" | base64 -d > /home/ec2-user/configs/prod.env
467467
chmod 600 /home/ec2-user/configs/prod.env
468468
test -s /home/ec2-user/configs/prod.env || { echo "prod.env empty"; exit 1; }
469469

0 commit comments

Comments
 (0)