more oops fixes

This commit is contained in:
Timothy Rogers 2023-03-12 16:34:32 -04:00
parent a761cc2736
commit 01ffc0df29

View file

@ -18,5 +18,5 @@ jobs:
username: ${{ secrets.SFTP_USERNAME }}
host: ${{ secrets.SFTP_SERVER }}
privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
localDir: './public/*'
localDir: 'public'
remoteDir: ${{ secrets.SFTP_REMOTE_PATH }}