We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03ea255 + 193378c commit 8072e05Copy full SHA for 8072e05
1 file changed
.github/workflows/deploy-database-api.yml
@@ -64,8 +64,8 @@ jobs:
64
# .env 파일을 base64로 인코딩
65
ENV_CONTENT=$(base64 -w 0 .env)
66
67
- echo "Deploying database-api-server (branch: $BRANCH) to EC2..."
68
-
+ echo "Deploying database-api-server (branch: $BRANCH) to EC2..."
+
69
# ENV_SUFFIX를 소문자로 변환하여 SSM Document 이름 구성
70
ENV_SUFFIX_LOWER=$(echo "${ENV_SUFFIX}" | tr '[:upper:]' '[:lower:]')
71
0 commit comments