ci: 🔧 use ssh key instead of password auth

This commit is contained in:
Sebin Nyshkim 2020-12-03 20:02:34 +01:00
parent e001e3e5ab
commit c5978ea673

3
.vscode/sftp.json vendored
View file

@ -4,7 +4,8 @@
"port": 22,
"host": "sebin-ref",
"username": "sebin",
"password": "HeyImGrump20!6",
"privateKeyPath": "~/.ssh/id_sebin",
"passphrase": "HeyImGrump20!6",
"remotePath": "sebin-ref",
"watcher": {
"files": "dist/**",