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

cloudbuild.yaml (373B)


      1 steps:
      2 - name: 'ubuntu'
      3   entrypoint: 'bash'
      4   args:
      5   - '-c'
      6   - |
      7     cat app.yaml.example | sed "s/EXAMPLE_PASSWORD/${_PASSWORD}/" > app.yaml
      8 # fetch dependencies
      9 - name: mirror.gcr.io/library/golang
     10   args: ['go', 'mod', 'init', 'main']
     11 - name: "gcr.io/cloud-builders/gcloud"
     12   args: ["app", "deploy"]
     13 timeout: "1600s"
     14 substitutions: 
     15   _PASSWORD: EXAMPLE_SUBSTITUTION