Skip to content

Commit

Permalink
Merge pull request #24 from everymeals/chore/cd-pipeline
Browse files Browse the repository at this point in the history
[chore] cd 시크릿 변수명 수정
  • Loading branch information
dldmsql authored Sep 9, 2023
2 parents bc2a047 + d65512f commit 0fe7189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
cd ./src/main/resources
touch ./application-secret.yml
echo "${{ secrets.PROPERTIES_TEST }}" > ./application-secret.yml
echo "${{ secrets.PROPERTIES_SECRET }}" > ./application-secret.yml
shell: bash

# 6) 빌드
Expand Down

0 comments on commit 0fe7189

Please sign in to comment.