We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ce015 commit 97d9e52Copy full SHA for 97d9e52
.github/workflows/deploy.yaml
@@ -30,7 +30,7 @@ jobs:
30
username: ${{ secrets.SERVER_USER }}
31
key: ${{ secrets.SSH_PRIVATE_KEY }}
32
source: ".next/,public/,package.json,package-lock.json"
33
- target: "/var/www/docs"
+ target: "/var/www/fastfony/main/docs"
34
35
- name: Execute deployment commands
36
uses: appleboy/ssh-action@master
0 commit comments