@@ -0,0 +1,16 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user