kopia lustrzana https://codeberg.org/Codeberg/pages-server
rodzic
eae4513b96
commit
ce802734d4
|
@ -1,3 +1,5 @@
|
|||
.idea/
|
||||
*.iml
|
||||
key-database.pogreb/
|
||||
acme-account.json
|
||||
build/
|
||||
|
|
3
Justfile
3
Justfile
|
@ -7,3 +7,6 @@ dev:
|
|||
export RAW_DOMAIN=raw.localhost.mock.directory
|
||||
export PORT=4430
|
||||
go run .
|
||||
|
||||
build:
|
||||
CGO_ENABLED=0 go build -ldflags '-s -w' -v -o build/codeberg-pages-server ./
|
||||
|
|
Ładowanie…
Reference in New Issue