Skip to content

Commit

Permalink
ci : yml파일 숨김 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed Dec 24, 2023
1 parent 52e9310 commit 0390592
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 29 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Create application-dev.yml
env:
APPLICATION_XML: ${{secrets.APPLICATION_XML}}
run: echo $APPLICATION_XML | base64 --decode > src/main/resources/application.yml

- name: Grant execute permission for gradlew
run: chmod u+x gradlew

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ out/

### VS Code ###
.vscode/

application.yml
29 changes: 0 additions & 29 deletions src/main/resources/application.yml

This file was deleted.

0 comments on commit 0390592

Please sign in to comment.