mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update deploy-via-ssh.yml
This commit is contained in:
parent
74e6d4dfef
commit
3d4890ef2d
5
.github/workflows/deploy-via-ssh.yml
vendored
5
.github/workflows/deploy-via-ssh.yml
vendored
@ -23,6 +23,9 @@
|
||||
# - The private key to use for SSH.
|
||||
# - SSH_HOSTNAME
|
||||
# - The hostname or IP to use for the SSH connection.
|
||||
# - SSH_KNOWN_HOSTS
|
||||
# - The content to go into your known_hosts file. This should
|
||||
# contain the fingerprint for the SSH host.
|
||||
# - SITE_URL
|
||||
# - The public hostname for the site (e.g. https://app.remotely.one).
|
||||
# This can be an IP if it's only going to be used on the local network
|
||||
@ -185,7 +188,7 @@ jobs:
|
||||
# SSH private key
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
# public keys of SSH servers
|
||||
known_hosts: ${{ secrets.SSH_HOSTNAME }}
|
||||
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||
|
||||
# Download Build Artifact
|
||||
- name: Download build artifact
|
||||
|
||||
Loading…
Reference in New Issue
Block a user