Skip to content

Commit

Permalink
Update test_server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed Sep 16, 2023
1 parent 3920b0b commit 5b9885e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,25 @@ jobs:

# - name: Upload files to EU
# uses: wangyucode/[email protected]
# env:
# with:
# host: ${{ secrets.SFTP_HOST_EU }}
# port: ${{ secrets.SFTP_PORT_EU }}
# username: ${{ secrets.SFTP_USER_EU }}
# password: ${{ secrets.SFTP_PASS_EU }}
# compress: true
# forceUpload: true
# localDir: 'upload'
# remoteDir: '/'

- name: Upload files to NA
uses: wangyucode/[email protected]
env:
with:
host: ${{ secrets.SFTP_HOST }}
port: ${{ secrets.SFTP_PORT }}
username: ${{ secrets.SFTP_USER }}
password: ${{ secrets.SFTP_PASS }}
compress: true
forceUpload: true
localDir: 'upload'
remoteDir: '/'

Expand Down

0 comments on commit 5b9885e

Please sign in to comment.