Skip to content

Commit

Permalink
�chore: checkout 시 log 디렉터리 권한 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
xogns1514 authored Jan 22, 2025
1 parent f97e129 commit 50a8cf9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/be-cd_dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ jobs:
repository: ${{ secrets.PRIVATE_REPOSITORY_URL }}
token: ${{ secrets.SUBMODULE_PAT }}
fetch-depth: 0
path: dev-files
path: dev-files-temp

- name: Sync deploy files
run: |
mkdir -p dev-files/develop
rsync -av --exclude='log' dev-files-temp/develop/ dev-files/develop/
- name: Extract secrets as .env file
run: |
Expand Down

0 comments on commit 50a8cf9

Please sign in to comment.