mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
missing known hosts related step added
This commit is contained in:
parent
36302b74f3
commit
52d2afb748
1 changed files with 4 additions and 0 deletions
4
.github/workflows/remove-site.yml
vendored
4
.github/workflows/remove-site.yml
vendored
|
|
@ -79,6 +79,10 @@ jobs:
|
|||
with:
|
||||
ssh-private-key: ${{ secrets.HETZNER_SSH_KEY }}
|
||||
|
||||
- name: Add Hetzner server to known hosts
|
||||
run: |
|
||||
ssh-keyscan -H ${{ env.HETZNER_HOST }} >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Check if deployment exists
|
||||
run: |
|
||||
echo "🔍 Checking if deployment exists on server..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue