Skip to content

Commit 22442ad

Browse files
committed
new keys
1 parent 2b595e0 commit 22442ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/development/ZipAndUpload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ await zipDirectory('dist', 'intern/tmp/dist.zip');
3333
await ssh.connect({
3434
host: 'online-ide.de',
3535
username: 'root',
36-
privateKeyPath: 'intern/keys/ssh_private_key.ppk'
36+
privateKeyPath: 'intern/keys/vsc-key_vps_40.ppk'
3737
})
3838

3939

@@ -66,7 +66,7 @@ await zipDirectory('dist-embedded/assets', 'intern/tmp/assets.zip');
6666
await ssh.connect({
6767
host: 'mathe-pabst.de',
6868
username: 'root',
69-
privateKeyPath: 'intern/keys/ssh_private_key.ppk'
69+
privateKeyPath: 'intern/keys/vsc-key_vps_30.ppk'
7070
})
7171

7272

0 commit comments

Comments
 (0)