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
4870373c87
commit
b238f2c836
4
.github/workflows/deploy-via-ssh.yml
vendored
4
.github/workflows/deploy-via-ssh.yml
vendored
@ -169,11 +169,11 @@ jobs:
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
# public keys of SSH servers
|
||||
known_hosts: ${{ secrets.SSH_HOSTNAME }}
|
||||
|
||||
|
||||
- name: Publish
|
||||
shell: bash
|
||||
run: |
|
||||
rsync -r -v -W "$GITHUB_WORKSPACE/Server/bin/Release/publish" $SshUsername@$SshHostname:/var/www/remotely/
|
||||
scp -r "$GITHUB_WORKSPACE/Server/bin/Release/publish" $SshUsername@$SshHostname:/var/www/remotely/
|
||||
|
||||
|
||||
# Remove the pfx
|
||||
|
||||
Loading…
Reference in New Issue
Block a user