Skip to content

Commit 97d9e52

Browse files
committed
fix: change directory scp
1 parent 93ce015 commit 97d9e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
username: ${{ secrets.SERVER_USER }}
3131
key: ${{ secrets.SSH_PRIVATE_KEY }}
3232
source: ".next/,public/,package.json,package-lock.json"
33-
target: "/var/www/docs"
33+
target: "/var/www/fastfony/main/docs"
3434

3535
- name: Execute deployment commands
3636
uses: appleboy/ssh-action@master

0 commit comments

Comments
 (0)