Files
reground-site/.gitea/workflows/deploy.yml
T
will 307b02e816
deploy / deploy (push) Failing after 54s
add deploy workflow
2026-07-08 02:17:28 +00:00

17 lines
350 B
YAML

name: deploy
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
container:
image: hugomods/hugo:exts
volumes:
- /var/www/reground.org:/var/www/reground.org
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: hugo --minify -d /var/www/reground.org