Skip to content

Commit

Permalink
[feat] #7 update CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ziiyouth authored Jan 1, 2024
1 parent 16ada4f commit a9ae73d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: ๐Ÿญ application.yml ํŒŒ์ผ์„ ์ƒ์„ฑ ํ•ฉ๋‹ˆ๋‹ค.
run: |
mkdir ./src/main/resources
touch ./src/main/resources/application.yml
echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml # github actions์—์„œ ์„ค์ •ํ•œ ๊ฐ’์„ application.yml ํŒŒ์ผ์— ์“ฐ๊ธฐ
Expand Down

0 comments on commit a9ae73d

Please sign in to comment.