From c38c88ce8072ea35572518d77a1d7820862d113b Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 13 Jan 2024 20:26:07 +0100 Subject: [PATCH] some fixes --- .forgejo/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index 0eed558..4324102 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -14,12 +14,11 @@ jobs: uses: https://github.com/ruby/setup-ruby@v1 with: ruby-version: 3.2.2 - bundler-cache: true - name: Build run: cd main && bundle exec jekyll build - name: Deploy run: | curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb - mkdir ~/.ssh && 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"' main/_site/. ellbot@ssh.ellpeck.de:/var/www/ellpeck