Skip to content

Commit

Permalink
Update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarton committed Aug 16, 2024
1 parent 5151e0b commit 4c7f062
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@ jobs:
port: ${{ secrets.ftp_port }}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
dry-run: true
server-dir: ./pocketbase-cookie-auth-demo/
exclude: |
**/.git*
**/.git*/**
**/node_modules/**
.gitignore
LICENSE
README.md

0 comments on commit 4c7f062

Please sign in to comment.