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