From 71d4d1b4a76dfc935ab810c4e19ef776c0a1f7a7 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 14 Aug 2024 13:45:11 +0200 Subject: [PATCH] reflect site repurpose --- .forgejo/workflows/main.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index d964f36..67328be 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -25,4 +25,4 @@ jobs: 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 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 diff --git a/README.md b/README.md index 2432651..6699d1d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Press +# GamesWebsite -The code for press.ellpeck.de \ No newline at end of file +The code for games.ellpeck.de