Skip to content

Commit

Permalink
NABI-254--chore : CICD script 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BeommoKoo-dev committed Nov 17, 2023
1 parent 18f0f7b commit ffee230
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
distribution: 'temurin'

# application.properties를 프로젝트에 포함
- name: add Application.yml
- name: Make application.properties
run: |
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.APPLICATION_YML }}" > ./application.yml
touch ./application.properties
echo "${{ secrets.DATABASE_PROPERTIES }}" >> ./application.properties
shell: bash

- name: Setup MySQL
Expand Down

0 comments on commit ffee230

Please sign in to comment.