|
|
@ -1,11 +1,10 @@
|
|
|
|
name: 🚀 Deploy INFO-SYS
|
|
|
|
name: 🚀 Deploy INFO-SYS US
|
|
|
|
#
|
|
|
|
on:
|
|
|
|
on: push
|
|
|
|
# Triggers the workflow on push or pull request events but only for the master branch
|
|
|
|
#
|
|
|
|
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
branches: [ master ]
|
|
|
|
branches: [ master ]
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
gh-win-cn-all-deploy:
|
|
|
|
gh-win-us-all-deploy:
|
|
|
|
name: 🎉 Deploy InfoSys to US
|
|
|
|
name: 🎉 Deploy InfoSys to US
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
@ -19,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: ./
|
|
|
|
local-dir: application/
|
|
|
|
server-dir: /new-deploy
|
|
|
|
server-dir: /new-deploy
|
|
|
|
dry-run: true
|
|
|
|
dry-run: true
|
|
|
|
exclude: |
|
|
|
|
exclude: |
|
|
|
|