"" in deploy were not needed
This commit is contained in:
parent
009672b81a
commit
bdc5baf73a
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Configure SSH
|
||||
run: |
|
||||
mkdir -p ~/.ssh/
|
||||
echo "$SSH_KEY" > ~/.ssh/staging.pub
|
||||
echo $SSH_KEY > ~/.ssh/staging.pub
|
||||
chmod 600 ~/.ssh/staging.pub
|
||||
cat >>~/.ssh/config <<END
|
||||
Host staging
|
||||
|
|
Loading…
Reference in New Issue