diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 44d4b68..cdaa9da 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -22,5 +22,5 @@ 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 - mkdir ~/.ssh && echo "${{ secrets.ELLBOT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh -R + mkdir ~/.ssh && echo "${{ secrets.ELLBOT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa rsync -e 'ssh -o "ProxyCommand cloudflared access ssh --hostname %h" -o "StrictHostKeyChecking=no"' -r --delete web/_site/. ellbot@ssh.ellpeck.de:/var/www/tinylifegame