trying different tool
This commit is contained in:
parent
a5ef469a24
commit
396c93adcf
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -13,11 +13,11 @@ jobs:
|
||||||
- name: Clean permissions
|
- name: Clean permissions
|
||||||
uses: main-quest/actions.clean-permissions@v1.0.4
|
uses: main-quest/actions.clean-permissions@v1.0.4
|
||||||
- name: Upload files
|
- name: Upload files
|
||||||
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
|
uses: wangyucode/sftp-upload-action@v2.0.2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.SFTP_USERNAME }}
|
username: ${{ secrets.SFTP_USERNAME }}
|
||||||
server: ${{ secrets.SFTP_SERVER }}
|
host: ${{ secrets.SFTP_SERVER }}
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
local_path: './public/*'
|
local_path: './public/*'
|
||||||
remote_path: ${{ secrets.SFTP_REMOTE_PATH }}
|
remote_path: ${{ secrets.SFTP_REMOTE_PATH }}
|
||||||
sftpArgs: '-o ConnectTimeout=5'
|
sftpArgs: '-o ConnectTimeout=5'
|
Reference in a new issue