Skip to content

Commit

Permalink
ci: Update cicd_gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdjww authored May 6, 2024
1 parent 656a527 commit 8f06750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: 2) Convert to prod config (env)
run: |
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.APPLICATION_PROD }}" > ./application.yml
touch ./application-prod.yml
echo "${{ secrets.APPLICATION_PROD }}" > ./application-prod.yml
- name: 4) Grant permission
Expand Down

0 comments on commit 8f06750

Please sign in to comment.