Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjinyong authored Jan 15, 2025
1 parent ec17b92 commit ae3d1cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
# .gitignore에 있는 properties파일 추가
- name: Add prod_properties
run: |
mkdir ./src/main/resources
touch ./src/main/resources/application-oauth.properties
touch ./src/main/resources/application-private.properties
echo "${{ secrets.OAUTHPROPERTIES }}" > ./src/main/resources/application.properties
Expand Down

0 comments on commit ae3d1cc

Please sign in to comment.