ci: 🔧 use ssh key instead of password auth
This commit is contained in:
parent
e001e3e5ab
commit
c5978ea673
1 changed files with 2 additions and 1 deletions
3
.vscode/sftp.json
vendored
3
.vscode/sftp.json
vendored
|
@ -4,7 +4,8 @@
|
||||||
"port": 22,
|
"port": 22,
|
||||||
"host": "sebin-ref",
|
"host": "sebin-ref",
|
||||||
"username": "sebin",
|
"username": "sebin",
|
||||||
"password": "HeyImGrump20!6",
|
"privateKeyPath": "~/.ssh/id_sebin",
|
||||||
|
"passphrase": "HeyImGrump20!6",
|
||||||
"remotePath": "sebin-ref",
|
"remotePath": "sebin-ref",
|
||||||
"watcher": {
|
"watcher": {
|
||||||
"files": "dist/**",
|
"files": "dist/**",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue