Skip to content

Commit

Permalink
[fix] github actions 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroom1324 committed Jan 23, 2024
1 parent 0e064d0 commit ff56df8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Make application-secret.yml without env
- name: Recreate application-secret.yml
run: |
rm -f ./src/main/resources/application-secret.yml
touch ./src/main/resources/application-secret.yml
echo "${{ secrets.APPLICATION_SECRET_DEV }}" > ./src/main/resources/application-secret.yml
Expand Down

0 comments on commit ff56df8

Please sign in to comment.