We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165814c commit cd03585Copy full SHA for cd03585
1 file changed
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
username: ${{ secrets.SFTP_USERNAME }}
41
server: ${{ secrets.SFTP_SERVER }}
42
- private_key: ${{ secrets.SSH_PRIVATE_KEY }}
+ ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
43
local_path: './dist/*'
44
remote_path: '/var/www/website'
45
args: '-o ConnectTimeout=5'
0 commit comments