Skip to content

Commit

Permalink
Feat: CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed Sep 2, 2024
1 parent 9c03b31 commit 4544ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
cd ./src/main/resources
touch ./application-prod.yml
echo "${{ secrets.PRODUCTION_SECRET }}" >> ./application-prod.yml
echo "${{ secrets.PRODUCTION_SECRET }}" > ./application-prod.yml
- name: Make test.properties
run: |
cd ./src/test/resources
Expand Down

0 comments on commit 4544ebc

Please sign in to comment.