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

Add files for Dokku hosting

This commit is contained in:
Daniel Barber 2021-12-09 11:53:52 -06:00
parent c712df6bf8
commit cffa7caf57
2 changed files with 7 additions and 0 deletions

0
.static Normal file
View File

7
app.json Normal file
View File

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