FTP-Deploy-Action
FTP-Deploy-Action copied to clipboard
How to include one file from folder that is excluded
Hi there, tried it with the following code, but that doesn't seem to work.
- name: 📂 Sync
uses: SamKirkland/[email protected]
with:
server: ...
username: ...
password: ${{ secrets.ftp_password }}
server-dir: ...
exclude: |
**/.git*
**/.git*/**
**/resources/**
**/.vscode/**
**/node_modules/**
!**/resources/fonts