"" in deploy were not needed

This commit is contained in:
Kim 2023-10-23 16:47:24 +02:00
parent 009672b81a
commit bdc5baf73a
1 changed files with 1 additions and 1 deletions

View File

@ -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