Skip to content

Commit

Permalink
Merge pull request #97 from team-nabi/NO-JIRA--chore--CICD-script
Browse files Browse the repository at this point in the history
NO-JIRA--chore : 모듈 분리에 따른 CICD script 수정
  • Loading branch information
BeommoKoo-dev authored Jan 27, 2024
2 parents 1d78b7b + 43be974 commit fa14a64
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 fa14a64

Please sign in to comment.