Browse Source

changes

pull/1/head
Stephanie Gredell 7 months ago
parent
commit
955133641e
  1. 2
      .do/app.yaml
  2. 4
      .do/deploy.template.yaml
  3. 2
      Procfile

2
.do/app.yaml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
name: sample-golang
name: systemdesigngame
services:
- name: web
github:

4
.do/deploy.template.yaml

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
spec:
name: sample-golang
name: systemdesigngame
services:
- name: web
git:
branch: main
repo_clone_url: https://github.com/digitalocean/sample-golang.git
repo_clone_url: https://github.com/codegirl-007/sdgame

2
Procfile

@ -1 +1 @@ @@ -1 +1 @@
web: bin/sample-golang
web: go run main.go

Loading…
Cancel
Save