Skip to content

Commit 2bb8ebb

Browse files
authored
Merge pull request #41 from font-king/develop
chore: fix pipeline for prod-server
2 parents 47eaad5 + 267e075 commit 2bb8ebb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/PROD_SERVER_CICD.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ jobs:
106106
107107
echo "discord.webhook.error-url=${{ secrets.DISCORD_WEBHOOK_ERROR_URL }}" >> ./src/main/resources/application-infrastructure.properties
108108
echo "url.base=https://fontory.co.kr" >> ./src/main/resources/application-infrastructure.properties
109+
110+
echo "coolsms.api-key=${{ secrets.COOLSMS_API_KEY }}" >> ./src/main/resources/application-infrastructure.properties
111+
echo "coolsms.api-secret=${{ secrets.COOLSMS_API_SECRET }}" >> ./src/main/resources/application-infrastructure.properties
112+
echo "coolsms.phone-number=${{ secrets.COOLSMS_PHONE_NUMBER }}" >> ./src/main/resources/application-infrastructure.properties
113+
echo "coolsms.base-url=${{ secrets.COOLSMS_BASE_URL }}" >> ./src/main/resources/application-infrastructure.properties
109114
110115
- name: Build with Gradle Wrapper
111116
# run: ./gradlew test -i

0 commit comments

Comments
 (0)