Skip to content

Commit

Permalink
chore : 복사 명령어 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
waterricecake committed Oct 17, 2024
1 parent a8d3d9c commit 6ed4202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-dev-CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: npm run build

- name: 빌드 파일 deploy 파일로 이동
run: cp -f /home/ubuntu/actions-runner/_work/frontend/frontend/dist /home/ubuntu/dist
run: cp -rf /home/ubuntu/actions-runner/_work/frontend/frontend/dist /home/ubuntu/

0 comments on commit 6ed4202

Please sign in to comment.