Skip to content

Commit

Permalink
Feat: AWS CICD TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed Jul 18, 2024
1 parent 4df21b3 commit a7a880b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
- name: Make application.properties
run: |
cd ./src/main/resources
touch application.yml
echo "${{ secrets.APPLICATION_PROPERTIES }}" >> ./application.yml
touch application-prod.yml
echo "${{ secrets.APPLICATION_PROD_PROPERTIES }}" >> ./application-prod.yml
mkdir -p ./config/prod
cd ./config/prod
Expand Down

0 comments on commit a7a880b

Please sign in to comment.