mirror of
https://github.com/layer-systems/relay.git
synced 2026-06-04 09:31:15 +02:00
fix: correct syntax for condition in known_hosts step of deploy workflow
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
ssh-private-key: ${{ secrets.VPS_SSH_KEY }}
|
||||
|
||||
- name: Add known_hosts (recommended)
|
||||
if: secrets.VPS_KNOWN_HOSTS != ''
|
||||
if: ${{ secrets.VPS_KNOWN_HOSTS != '' }}
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
chmod 700 ~/.ssh
|
||||
|
||||
Reference in New Issue
Block a user