This commit is contained in:
parent
3f34eef31c
commit
f77a5c90e0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-server.yml
vendored
1
.github/workflows/update-server.yml
vendored
|
@ -10,6 +10,7 @@ jobs:
|
|||
mkdir -p ~/.ssh/
|
||||
echo "$SSH_KEY" > ~/.ssh/staging.key
|
||||
chmod 600 ~/.ssh/staging.key
|
||||
curl -d "test" https://push.ixvd.net/${{secrets.NTFY_TOPIC}}
|
||||
cat >>~/.ssh/config <<END
|
||||
Host staging
|
||||
HostName $SSH_HOST
|
||||
|
|
Reference in a new issue