Scaffold michaelferrara-site: Hugo skeleton with reader-magnet freebie flow
deploy / deploy (push) Successful in 4s
deploy / deploy (push) Successful in 4s
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: deploy
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: hugomods/hugo:exts
|
||||
volumes:
|
||||
- /var/www/michaelferrara.org:/var/www/michaelferrara.org
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- run: hugo --minify -d /var/www/michaelferrara.org
|
||||
Reference in New Issue
Block a user