mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 03:13:30 +01:00
oh no
This commit is contained in:
parent
908843b84a
commit
f984c72192
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web.yml
vendored
2
.github/workflows/web.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Deploy
|
||||
run: |
|
||||
curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb
|
||||
echo "Host *
|
||||
mkdir ~/.ssh && echo "Host *
|
||||
StrictHostKeyChecking no
|
||||
ProxyCommand cloudflared access ssh --hostname %h" >> ~/.ssh/config
|
||||
echo "${{ secrets.ELLBOT_KEY }}" >> ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
|
||||
|
|
Loading…
Reference in a new issue