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 4d8cc8f commit a8d3d9c
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 ./dist /home/ubuntu/dist
run: cp -f /home/ubuntu/actions-runner/_work/frontend/frontend/dist /home/ubuntu/dist

0 comments on commit a8d3d9c

Please sign in to comment.