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 be7fc51 commit 79ef4faCopy full SHA for 79ef4fa
.github/workflows/deploy.yml
@@ -46,10 +46,11 @@ jobs:
46
username: ${{ secrets.FTP_USER }}
47
password: ${{ secrets.FTP_PASS }}
48
local-dir: ./
49
- server-dir: /
+ server-dir: ${{ secrets.FTP_SERVER_DIR }}
50
exclude: |
51
+ .git/**
52
**/.git*
- **/.github*
53
+ .github/**
54
**/node_modules/**
55
**/*.map
56
**/.next/cache/**
0 commit comments