Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YounCheEun committed Jan 11, 2024
1 parent e570298 commit 0c3ac56
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
- name: make application-prod.yml
if: contains(github.ref, 'main')
run: |
cd ./src/main
mkdir resources
cd ./resources
cd ./src/main/resources
touch ./application-prod.yml
echo "${{ secrets.YML_PROD }}" > ./application-prod.yml
shell: bash
Expand Down

0 comments on commit 0c3ac56

Please sign in to comment.