hotfix/paypal-note
parent
65cd5afcba
commit
573de2a60f
@ -0,0 +1,40 @@
|
|||||||
|
name: 🚀 Deploy INFO-SYS
|
||||||
|
#
|
||||||
|
on: push
|
||||||
|
#
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
jobs:
|
||||||
|
gh-win-cn-all-deploy:
|
||||||
|
name: 🎉 Deploy InfoSys to US
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: 🚚 Get latest code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: 📂 Sync files
|
||||||
|
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||||
|
with:
|
||||||
|
server: ${{ secrets.US_FTP_SERVER }}
|
||||||
|
username: ${{ secrets.US_FTP_USER }}
|
||||||
|
password: ${{ secrets.US_FTP_PASSWORD }}
|
||||||
|
port: ${{ secrets.US_FTP_PORT }}
|
||||||
|
local-dir: ./
|
||||||
|
server-dir: /new-deploy
|
||||||
|
dry-run: true
|
||||||
|
exclude: |
|
||||||
|
**/.git*
|
||||||
|
**/.git*/**
|
||||||
|
**/node_modules/**
|
||||||
|
akamai
|
||||||
|
author
|
||||||
|
destination
|
||||||
|
document
|
||||||
|
download_statement
|
||||||
|
echarts
|
||||||
|
gys_system
|
||||||
|
sample
|
||||||
|
webht
|
||||||
|
wysiwyg
|
||||||
|
*.exe
|
||||||
|
*.docx
|
Loading…
Reference in New Issue