novelty.go

Single word (yes/no) site for app engine in go
git clone https://wehaveforgeathome.hates.computer/novelty.go.git
Log | Files | Refs | LICENSE

commit 434afe1c20b607d605c978209a59cdbcba45461f
parent 9dc60f39aae8bdcc230889a62e2c7df50ba68746
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date:   Sun,  9 Feb 2020 21:27:30 -0500

try the package name "main" instead of "."
Diffstat:
Mcloudbuild.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloudbuild.yaml b/cloudbuild.yaml @@ -7,7 +7,7 @@ steps: cat app.yaml.example | sed "s/EXAMPLE_PASSWORD/${_PASSWORD}/" > app.yaml # fetch dependencies - name: mirror.gcr.io/library/golang - args: ['go', 'mod', 'init', '.'] + args: ['go', 'mod', 'init', 'main'] - name: "gcr.io/cloud-builders/gcloud" args: ["app", "deploy"] timeout: "1600s"