Skip to content

Commit

Permalink
Update dev-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-kwhn authored Feb 5, 2024
1 parent 8fd3a04 commit d5e1779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: make application.properties ํŒŒ์ผ ์ƒ์„ฑ
run: |
## create application.yaml
cd ./src/main/resources
cd /src/main/resources
# application.yaml ํŒŒ์ผ ์ƒ์„ฑ
touch ./application.yaml
touch src/main/resources/application.yaml
# GitHub-Actions ์—์„œ ์„ค์ •ํ•œ ๊ฐ’์„ application.yml ํŒŒ์ผ์— ์“ฐ๊ธฐ
echo "${{ secrets.WINEY_DEV_APPLICATION }}" >> ./application.yaml
Expand Down

0 comments on commit d5e1779

Please sign in to comment.