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

Compare commits

..

No commits in common. "387fc21ee4f1f386d3fbbb1dd5f256f868cf7eb5" and "cc86f4b22d173f378929d48d7bff3304bb41d868" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View File

2
Procfile Normal file
View File

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

View File

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