fixing variables, oops

This commit is contained in:
Timothy Rogers 2023-03-12 16:33:24 -04:00
parent 396c93adcf
commit a761cc2736

View file

@ -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 }}