Skip to content

Commit

Permalink
[7주차] CI 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sunseo18 authored Nov 30, 2023
1 parent 2317052 commit 666210a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: application.yaml 생성
run: |
cd src/main/resources
echo "${{ secrets.APPLICATION }}" > ./application-deploy.yaml
echo "${{ secrets.APPLICATION }}" > ./application.yaml
working-directory: ${{ env.working-directory }}

- name: 빌드
Expand Down

0 comments on commit 666210a

Please sign in to comment.