Skip to content

Commit

Permalink
hotfix: env 파일 생성 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Jae-Yoon committed Nov 14, 2023
1 parent a639851 commit b984dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: environment 세팅
run: |
cp src/main/resources/config/dev.env > ./.env
cp src/main/resources/config/dev.env ./.env
- name: Gradle 캐싱
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Docker env 파일 생성
run:
cp src/main/resources/config/dev.env > ./.env
cp src/main/resources/config/dev.env ./.env

- name: 서버로 전송 기본 파일들 전송
uses: appleboy/scp-action@master
Expand Down

0 comments on commit b984dd0

Please sign in to comment.