Skip to content

Commit

Permalink
Deploy via ssh to deploy.nvaccess.org this time with a correct entry …
Browse files Browse the repository at this point in the history
…in the ssh known_hosts file.
  • Loading branch information
michaelDCurran committed Feb 18, 2021
1 parent f2a509a commit 71c385e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ deploy_script:
}
ConvertTo-Json -InputObject $data -Compress | Out-File -FilePath deploy.json
Push-AppveyorArtifact deploy.json
cat deploy.json | ssh -v [email protected] nvdaAppveyorHook
cat deploy.json | ssh [email protected] nvdaAppveyorHook
# Upload symbols to Mozilla.
py -m pip install --no-warn-script-location requests
Expand Down
3 changes: 1 addition & 2 deletions appveyor/ssh_known_hosts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
exbi.nvaccess.org ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJZYcI3sI+IbIaiUcd5/LIL5+wfEoO+NQ8Gw1Ww9bxwpOyP/HYu/1yzuRNTDSckGM3hqaGGliTW2/3DYOvPDUwI=
45.33.21.113 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJZYcI3sI+IbIaiUcd5/LIL5+wfEoO+NQ8Gw1Ww9bxwpOyP/HYu/1yzuRNTDSckGM3hqaGGliTW2/3DYOvPDUwI=
deploy.nvaccess.org,45.33.23.174 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBZdYWLmrUzPukq3wa15XFFgi2THBc92S9gpvZwrDUDkxNUD5VzRISf2uuFD+cRwn+gwj2jvH77fCFtwqfo4N3w=

0 comments on commit 71c385e

Please sign in to comment.