From f51522694094263ec2ba71838048a97003518bde Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 8 May 2024 17:41:57 +0200 Subject: [PATCH] fixed purge action url --- .github/workflows/server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 854f154..b9e2ab1 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -16,7 +16,7 @@ jobs: 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"' server/public/ ellbot@ssh.ellpeck.de:/var/www/jsp/public - name: Purge Cloudflare cache - uses: https://github.com/NathanVaughn/actions-cloudflare-purge@v3.1.0 + uses: NathanVaughn/actions-cloudflare-purge@v3.1.0 with: cf_zone: ${{ secrets.CLOUDFLARE_ZONE }} cf_auth: ${{ secrets.CLOUDFLARE_TOKEN }}