mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-26 04:08:35 +01:00
fixed deploy workflow
This commit is contained in:
parent
f515226940
commit
3f8596083d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/server.yml
vendored
3
.github/workflows/server.yml
vendored
|
@ -11,9 +11,8 @@ jobs:
|
|||
# (though maybe if you self-host this, you should use a better way to deploy your site)
|
||||
- name: Deploy
|
||||
run: |
|
||||
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
|
||||
mkdir ~/.ssh && 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: NathanVaughn/actions-cloudflare-purge@v3.1.0
|
||||
|
|
Loading…
Reference in a new issue