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

Compare commits

...

2 Commits

Author SHA1 Message Date
387fc21ee4 App is in /app 2024-10-29 17:43:27 -05:00
a91f923619 Serve the site with nginx directly 2024-10-29 17:40:41 -05:00
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 && hugo"
}
}
}