Fixed site ownership
This commit is contained in:
parent
cb54057305
commit
50f7e9632e
20 changed files with 192 additions and 78 deletions
5
Makefile
5
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
.Phony: clean
|
||||
clean:
|
||||
-docker-compose down -v
|
||||
-rm -r build
|
||||
-rm -rf build
|
||||
|
||||
.Phony: prep
|
||||
prep:
|
||||
|
|
@ -14,5 +14,4 @@ compile: prep
|
|||
|
||||
.Phony: init-db
|
||||
init-db:
|
||||
export $(cat .env | xargs)
|
||||
./build/hugo-cms -user test@example.com -password test123
|
||||
go run . -user test@example.com -password test123
|
||||
Loading…
Add table
Add a link
Reference in a new issue