|
|
@ -1,8 +1,10 @@
|
|
|
|
name: 🚀 Deploy INFO-SYS US
|
|
|
|
name: 🚀 Deploy INFO-SYS US
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
# Triggers the workflow on push or pull request events but only for the master branch
|
|
|
|
# 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-us-deploy:
|
|
|
|
gh-win-us-deploy:
|
|
|
|
name: 🎉 Deploy InfoSys to US
|
|
|
|
name: 🎉 Deploy InfoSys to US
|
|
|
@ -57,7 +59,9 @@ jobs:
|
|
|
|
*.exe
|
|
|
|
*.exe
|
|
|
|
*.docx
|
|
|
|
*.docx
|
|
|
|
.ftp-deploy-sync-state.json
|
|
|
|
.ftp-deploy-sync-state.json
|
|
|
|
|
|
|
|
|
|
|
|
gh-win-cn-deploy:
|
|
|
|
gh-win-cn-deploy:
|
|
|
|
|
|
|
|
needs: gh-win-us-deploy
|
|
|
|
name: 🎉 Deploy InfoSys to CN
|
|
|
|
name: 🎉 Deploy InfoSys to CN
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|