1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Serve the site with nginx directly

This commit is contained in:
Daniel Barber 2024-10-29 17:40:41 -05:00
parent cc86f4b22d
commit a91f923619
3 changed files with 7 additions and 2 deletions

0
.static Normal file
View File

View File

@ -1,2 +0,0 @@
release: hugo -v
web: hugo server --disableLiveReload --bind '0.0.0.0' --port ${PORT} --baseURL 'https://danbarber.me' --appendPort=false

7
app.json Normal file
View File

@ -0,0 +1,7 @@
{
"scripts": {
"dokku": {
"predeploy": "cd /app/www && hugo"
}
}
}