diff --git a/.build.yml b/.build.yml deleted file mode 100644 index c48ffb2..0000000 --- a/.build.yml +++ /dev/null @@ -1,21 +0,0 @@ -image: alpine/edge -packages: - - rsync - - git - - hugo - - reuse -sources: - - https://git.sr.ht/~redstrate/redstrate.com -secrets: - - b748582a-5d31-4fe8-94d6-4a63035e97aa -tasks: - - build: | - cd redstrate.com - hugo --minify - - deploy: | - cd redstrate.com - echo "StrictHostKeyChecking=no" >> ~/.ssh/config - rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/redstrate.com - - reuse: | - cd redstrate.com - reuse lint diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 831d559..6c711fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.134.2' + hugo-version: '0.140.2' extended: true - name: Build