From 16fd32220e38efc10bb639505a756efce5a4db30 Mon Sep 17 00:00:00 2001 From: Albert Liu Date: Mon, 11 Sep 2023 17:25:56 -0700 Subject: [PATCH 1/2] Fix deployment failures --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1bf4dbd6..7621a045 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,7 +73,7 @@ jobs: context: . file: src/build/Dockerfile push: true - tags: ghcr.io/a1liu/schedge:latest + tags: ghcr.io/bugs-nyu/schedge:latest - name: Wait for Server to update shell: bash From 1daa40887719c028f83aa18bf3d9e3b7b46b8742 Mon Sep 17 00:00:00 2001 From: Albert Liu Date: Mon, 11 Sep 2023 17:27:09 -0700 Subject: [PATCH 2/2] Update docker-compose.yml --- src/build/production/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/production/docker-compose.yml b/src/build/production/docker-compose.yml index 8666d858..82af8177 100644 --- a/src/build/production/docker-compose.yml +++ b/src/build/production/docker-compose.yml @@ -51,7 +51,7 @@ services: - "/home/ubuntu/schedge/.build/postgres:/var/lib/postgresql/data" schedge: - image: ghcr.io/a1liu/schedge:latest + image: ghcr.io/bugs-nyu/schedge:latest restart: always environment: - DB_USERNAME=postgres