|
|
|
@ -18,7 +18,7 @@ jobs:
|
|
|
|
|
username: ${{ secrets.US_FTP_USER }}
|
|
|
|
|
password: ${{ secrets.US_FTP_PASSWORD }}
|
|
|
|
|
port: ${{ secrets.US_FTP_PORT }}
|
|
|
|
|
local-dir: application/
|
|
|
|
|
local-dir: ./
|
|
|
|
|
server-dir: /information-system/
|
|
|
|
|
dry-run: true
|
|
|
|
|
exclude: |
|
|
|
|
@ -33,6 +33,7 @@ jobs:
|
|
|
|
|
**/author/document/**
|
|
|
|
|
*.exe
|
|
|
|
|
*.docx
|
|
|
|
|
.ftp-deploy-sync-state.json
|
|
|
|
|
- name: 📂 Sync files to CT
|
|
|
|
|
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
|
|
|
|
with:
|
|
|
|
@ -55,3 +56,4 @@ jobs:
|
|
|
|
|
**/author/document/**
|
|
|
|
|
*.exe
|
|
|
|
|
*.docx
|
|
|
|
|
.ftp-deploy-sync-state.json
|
|
|
|
|