Skip to content

Commit

Permalink
NO-JIRA--chore : 모듈 분리에 따른 CICD script 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BeommoKoo-dev authored Jan 26, 2024
1 parent 1d78b7b commit 43be974
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 @@ -38,7 +38,7 @@ jobs:
# application.properties를 프로젝트에 포함
- name: Make application.properties
run: |
cd ./src/main/resources
cd nabimarket-api/src/main/resources
touch ./application.properties
echo "${{ secrets.DATABASE_PROPERTIES }}" >> ./application.properties
Expand Down

0 comments on commit 43be974

Please sign in to comment.