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

App is in /app

This commit is contained in:
Daniel Barber 2024-10-29 17:43:27 -05:00
parent a91f923619
commit 387fc21ee4

View File

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