Skip to content

Commit

Permalink
Merge pull request #141 from Shimpyo-House/develop
Browse files Browse the repository at this point in the history
feat: 2차 스프린트 기능 구현
  • Loading branch information
JeongUijeong authored Dec 15, 2023
2 parents 7bd8f91 + a06537a commit 108425e
Show file tree
Hide file tree
Showing 175 changed files with 6,483 additions and 1,275 deletions.
1 change: 1 addition & 0 deletions .github/workflows/shimpyoDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: Make application.properties
run: |
echo "${{ secrets.DEFAULT_PROPERTIES }}" | base64 --decode > src/main/resources/application.yml
echo "${{ secrets.LOCAL_PROPERTIES }}" | base64 --decode > src/main/resources/application-local.yml
echo "${{ secrets.PROD_PROPERTIES }}" | base64 --decode > src/main/resources/application-prod.yml
echo "${{ secrets.TEST_PROPERTIES }}" | base64 --decode > src/test/resources/application.yml
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build/
.settings
.springBeans
.sts4-cache
bin/
bin/git
!**/src/main/**/bin/
!**/src/test/**/bin/

Expand All @@ -37,7 +37,8 @@ out/
.vscode/

### Application.yaml ###
**/*.yaml
**/application*.yaml
**/application*.yml

### REST Docs Html ###
**/*.html
Expand Down
Loading

0 comments on commit 108425e

Please sign in to comment.