conf: 部署 [test]

hotfix/paypal-note
Lei OT 2 years ago
parent a945b0b431
commit 8d685f4520

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

Loading…
Cancel
Save