Skip to content

Commit 8072e05

Browse files
committed
Merge branch 'main' into develop
2 parents 03ea255 + 193378c commit 8072e05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-database-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
# .env 파일을 base64로 인코딩
6565
ENV_CONTENT=$(base64 -w 0 .env)
6666
67-
echo "Deploying database-api-server (branch: $BRANCH) to EC2..."
68-
67+
echo "Deploying database-api-server (branch: $BRANCH) to EC2..."
68+
6969
# ENV_SUFFIX를 소문자로 변환하여 SSM Document 이름 구성
7070
ENV_SUFFIX_LOWER=$(echo "${ENV_SUFFIX}" | tr '[:upper:]' '[:lower:]')
7171

0 commit comments

Comments
 (0)