diff --git a/.do/app.yaml b/.do/app.yaml index 02164fe..f85c8a0 100644 --- a/.do/app.yaml +++ b/.do/app.yaml @@ -1,4 +1,4 @@ -name: sample-golang +name: systemdesigngame services: - name: web github: diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 7b60c0b..665a6ef 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -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 diff --git a/Procfile b/Procfile index 2f56239..e83a81f 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bin/sample-golang +web: go run main.go