From 955133641e2aa2bd0d762b8333f2caf5aaa8d2ef Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Tue, 3 Jun 2025 12:31:56 -0700 Subject: [PATCH] changes --- .do/app.yaml | 2 +- .do/deploy.template.yaml | 4 ++-- Procfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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