Skip to content

Commit cd03585

Browse files
committed
deploy
1 parent 165814c commit cd03585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
username: ${{ secrets.SFTP_USERNAME }}
4141
server: ${{ secrets.SFTP_SERVER }}
42-
private_key: ${{ secrets.SSH_PRIVATE_KEY }}
42+
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
4343
local_path: './dist/*'
4444
remote_path: '/var/www/website'
4545
args: '-o ConnectTimeout=5'

0 commit comments

Comments
 (0)