From 13d048a6f5a0b4d2ad5083becc246bdf1dc5c407 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 14 Aug 2023 14:13:10 +0800 Subject: [PATCH] test us --- .github/workflows/Deploy US.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Deploy US.yml b/.github/workflows/Deploy US.yml index 5fdb3ed9..283597cb 100644 --- a/.github/workflows/Deploy US.yml +++ b/.github/workflows/Deploy US.yml @@ -1,11 +1,10 @@ -name: 🚀 Deploy INFO-SYS -# -on: push - # +name: 🚀 Deploy INFO-SYS US +on: + # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master ] jobs: - gh-win-cn-all-deploy: + gh-win-us-all-deploy: name: 🎉 Deploy InfoSys to US runs-on: ubuntu-latest steps: @@ -19,7 +18,7 @@ jobs: username: ${{ secrets.US_FTP_USER }} password: ${{ secrets.US_FTP_PASSWORD }} port: ${{ secrets.US_FTP_PORT }} - local-dir: ./ + local-dir: application/ server-dir: /new-deploy dry-run: true exclude: |