Skip to content

Commit 06b3279

Browse files
authored
chore: Update main.yml
1 parent be65cd0 commit 06b3279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
# 빌드 및 파일 복사
4242
- name: Copy files to /home/root/app directory
4343
run: |
44-
scp -o StrictHostKeyChecking=no -r ./dist/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_IP }}:/home/root/app
44+
scp -o StrictHostKeyChecking=no -r ./backend/dist/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_IP }}:/home/root/app

0 commit comments

Comments
 (0)