reflect site repurpose
All checks were successful
/ main (push) Successful in 28s

This commit is contained in:
Ell 2024-08-14 13:45:11 +02:00
parent d976730faf
commit 71d4d1b4a7
2 changed files with 3 additions and 3 deletions

View file

@ -25,4 +25,4 @@ jobs:
apt update && apt install -y rsync apt update && apt install -y rsync
curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb
echo "${{ secrets.ELLBOT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa echo "${{ secrets.ELLBOT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
rsync -rv --delete -e 'ssh -o "ProxyCommand cloudflared access ssh --hostname %h" -o "StrictHostKeyChecking=no"' out/ ellbot@ssh.ellpeck.de:/var/www/press rsync -rv --delete -e 'ssh -o "ProxyCommand cloudflared access ssh --hostname %h" -o "StrictHostKeyChecking=no"' out/ ellbot@ssh.ellpeck.de:/var/www/games

View file

@ -1,3 +1,3 @@
# Press # GamesWebsite
The code for press.ellpeck.de The code for games.ellpeck.de