Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed Apr 29, 2024
1 parent a8c8e0c commit ccb5180
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.js-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file removed frontend/helm/staging/values.yaml
Empty file.
4 changes: 2 additions & 2 deletions frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -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/',
Expand Down

0 comments on commit ccb5180

Please sign in to comment.