mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-23 02:48:34 +01:00
fixed purge action url
This commit is contained in:
parent
3e1d1c8292
commit
f515226940
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server.yml
vendored
2
.github/workflows/server.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
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"' server/public/ ellbot@ssh.ellpeck.de:/var/www/jsp/public
|
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
|
- name: Purge Cloudflare cache
|
||||||
uses: https://github.com/NathanVaughn/actions-cloudflare-purge@v3.1.0
|
uses: NathanVaughn/actions-cloudflare-purge@v3.1.0
|
||||||
with:
|
with:
|
||||||
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
|
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
|
||||||
cf_auth: ${{ secrets.CLOUDFLARE_TOKEN }}
|
cf_auth: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue