diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 974f775f..02aa1ca4 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -11,16 +11,16 @@ jobs: - name: 🚚 Get latest code uses: actions/checkout@v2 - # - name: 📂 Sync files - # uses: SamKirkland/FTP-Deploy-Action@4.2.0 - # with: - # server: ${{ secrets.ftp_server }} - # username: ${{ secrets.ftp_username }} - # password: ${{ secrets.ftp_password }} - # server-dir: ${{ secrets.ftp_file_dir }} + - name: 📂 Sync files for demo.wooproducttable.com + uses: SamKirkland/FTP-Deploy-Action@4.2.0 + with: + server: ${{ secrets.ftp_server }} + username: ${{ secrets.ftp_username }} + password: ${{ secrets.ftp_password }} + server-dir: ${{ secrets.ftp_file_dir }} - - name: 📂 Sync files + - name: 📂 Sync files for try.wooproducttable.com uses: SamKirkland/FTP-Deploy-Action@4.2.0 with: server: ${{ secrets.ftp_server }} diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index dee7b499..e23fa81b 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -11,7 +11,7 @@ jobs: - name: 🚚 Get latest code uses: actions/checkout@v2 - - name: 📂 Sync files + - name: 📂 Sync files for demo.wooproducttable.com uses: SamKirkland/FTP-Deploy-Action@4.2.0 with: server: ${{ secrets.ftp_server }} @@ -20,7 +20,7 @@ jobs: server-dir: ${{ secrets.ftp_file_dir }} - - name: 📂 Sync files + - name: 📂 Sync files for try.wooproducttable.com uses: SamKirkland/FTP-Deploy-Action@4.2.0 with: server: ${{ secrets.ftp_server }}