diff --git a/.static b/.static new file mode 100644 index 00000000..e69de29b diff --git a/Procfile b/Procfile deleted file mode 100644 index c78065e7..00000000 --- a/Procfile +++ /dev/null @@ -1,2 +0,0 @@ -release: hugo -v -web: hugo server --disableLiveReload --bind '0.0.0.0' --port ${PORT} --baseURL 'https://danbarber.me' --appendPort=false diff --git a/app.json b/app.json new file mode 100644 index 00000000..3696119e --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "scripts": { + "dokku": { + "predeploy": "cd /app/www && hugo" + } + } +}