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 @@
name: sample-golang name: systemdesigngame
services: services:
- name: web - name: web
github: github:

4
.do/deploy.template.yaml

@ -1,7 +1,7 @@
spec: spec:
name: sample-golang name: systemdesigngame
services: services:
- name: web - name: web
git: git:
branch: main 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 @@
web: bin/sample-golang web: go run main.go

Loading…
Cancel
Save