From ccb5180792ada7c29bd61439954d7303e2f4e548 Mon Sep 17 00:00:00 2001 From: Simon KP <“simon@techops.services”> Date: Mon, 29 Apr 2024 17:14:57 +1000 Subject: [PATCH] comments --- .github/workflows/node.js-dev.yml | 2 -- docker-compose.yml | 7 +++---- frontend/helm/staging/values.yaml | 0 frontend/src/environments/environment.prod.ts | 4 ++-- 4 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 frontend/helm/staging/values.yaml diff --git a/.github/workflows/node.js-dev.yml b/.github/workflows/node.js-dev.yml index f8ff1bfb..c87b446e 100644 --- a/.github/workflows/node.js-dev.yml +++ b/.github/workflows/node.js-dev.yml @@ -84,10 +84,8 @@ jobs: if: ${{ !contains(github.event.head_commit.message , '[skip deploy]') }} env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - # USERS_LIST: ${{ secrets.STAGING_USERS_LIST }} run: | sed -i 's/${ECR_REGISTRY}/'$ECR_REGISTRY/ $HELM_FILE - sed -i 's/${USERS_LIST}/'$USERS_LIST/ $HELM_FILE - name: Deploying Service to Kubernetes with Helm id: deploy diff --git a/docker-compose.yml b/docker-compose.yml index 88e861a8..9d058e67 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,10 +5,9 @@ networks: services: backend: - # build: - # context: backend - # dockerfile: Dockerfile - image: 068992353948.dkr.ecr.us-east-2.amazonaws.com/mips-backend-staging + build: + context: backend + dockerfile: Dockerfile platform: linux/amd64 ports: - 3000:3000 diff --git a/frontend/helm/staging/values.yaml b/frontend/helm/staging/values.yaml deleted file mode 100644 index e69de29b..00000000 diff --git a/frontend/src/environments/environment.prod.ts b/frontend/src/environments/environment.prod.ts index 3403f99c..75918b22 100644 --- a/frontend/src/environments/environment.prod.ts +++ b/frontend/src/environments/environment.prod.ts @@ -1,7 +1,7 @@ export const environment = { production: true, - apiUrl: 'https://mips-api-staging.makerdao.com', - // apiUrl: 'https://mips-api.makerdao.com', + // apiUrl: 'https://mips-api-staging.makerdao.com', + apiUrl: 'https://mips-api.makerdao.com', repoUrl: 'https://github.com/makerdao/mips/blob/master', feedBackFormUrl: 'https://formspree.io/f/xvodvpze', githubURL: 'https://github.com/',