Skip to content

Commit 18b43ec

Browse files
authored
Merge pull request #214 from limgahyun/main
environment: workflow 수정 - prod, dev 공통 secret 활용
2 parents d93e49a + 9e04c83 commit 18b43ec

2 files changed

Lines changed: 256 additions & 1 deletion

File tree

.github/workflows/deploy_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
rm -f ./src/main/resources/application-secret.yml
2222
touch ./src/main/resources/application-secret.yml
23-
echo "${{ secrets.APPLICATION_SECRET_DEV }}" > ./src/main/resources/application-secret.yml
23+
echo "${{ secrets.APPLICATION_SECRET }}" > ./src/main/resources/application-secret.yml
2424
2525
# JDK version 설정
2626
- name: Set up JDK 17

0 commit comments

Comments
 (0)