Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
strangehoon committed Oct 1, 2023
2 parents 75bd5e8 + 9576e29 commit 3a7c8a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: make application.yaml
run: |
cd ./src/main/resources
touch ./application.yaml
echo "${{ secrets.APPLICATION }}" >> ./application.yaml
touch ./application.yml
echo "${{ secrets.APPLICATION }}" >> ./application.yml
shell: bash

# Gradle로 빌드 실행
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: make application.yaml
run: |
cd ./src/main/resources
touch ./application.yaml
echo "${{ secrets.APPLICATION }}" >> ./application.yaml
touch ./application.yml
echo "${{ secrets.APPLICATION }}" > ./application.yml
shell: bash

# Gradle로 빌드 실행
Expand Down

0 comments on commit 3a7c8a0

Please sign in to comment.