Compile it into bin/ instead.

master
Zed A. Shaw 1 month ago
parent 12b06381ca
commit 05cb0c5491
  1. 2
      .ozai.json
  2. 2
      Makefile

@ -3,7 +3,7 @@
"Processes": {
"webapp": {
"URL": "/webapp",
"Command": "./webapp",
"Command": "./bin/webapp",
"Args": []
},
"ssgod": {

@ -6,7 +6,7 @@ else
endif
build:
go build .
go build -o bin/webapp .
site:
go tool ssgod

Loading…
Cancel
Save