Skip to content

Commit

Permalink
cd test
Browse files Browse the repository at this point in the history
  • Loading branch information
sycuuui committed Jun 4, 2024
1 parent 7ceafe9 commit 4b65003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: application.yaml 생성
run: |
echo "${{ secrets.APPLICATION }}" > src/main/resources/application.yml
echo "${{ secrets.APPLICATION }}" > src/main/resources/application.yaml
working-directory: ${{ env.working-directory }}

- name: 빌드
Expand All @@ -38,7 +38,7 @@ jobs:
- name: application.yaml 생성
run: |
cd src/main/resources
echo "${{ secrets.APPLICATION }}" > ./application.yml
echo "${{ secrets.APPLICATION }}" > ./application.yaml
working-directory: ${{ env.working-directory }}

- name: 빌드
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: application.yaml 생성
run: |
echo "${{ secrets.APPLICATION }}" > src/main/resources/application.yml
echo "${{ secrets.APPLICATION }}" > src/main/resources/application.yaml
working-directory: ${{ env.working-directory }}

- name: 빌드
Expand Down

0 comments on commit 4b65003

Please sign in to comment.