fixing variables, oops
This commit is contained in:
parent
396c93adcf
commit
a761cc2736
1 changed files with 2 additions and 3 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -18,6 +18,5 @@ jobs:
|
|||
username: ${{ secrets.SFTP_USERNAME }}
|
||||
host: ${{ secrets.SFTP_SERVER }}
|
||||
privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
local_path: './public/*'
|
||||
remote_path: ${{ secrets.SFTP_REMOTE_PATH }}
|
||||
sftpArgs: '-o ConnectTimeout=5'
|
||||
localDir: './public/*'
|
||||
remoteDir: ${{ secrets.SFTP_REMOTE_PATH }}
|
Reference in a new issue