Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
changes stage to test
Browse files Browse the repository at this point in the history
  • Loading branch information
philiphand committed Feb 25, 2021
1 parent a155a4b commit a9aa77c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloud.stage.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
env: ['CI=true']
args: ['run', 'test']
- name: 'gcr.io/cloud-builders/npm'
env: ['CI=true', 'NODE_ENV=stage']
env: ['CI=true', 'NODE_ENV=test']
args: ['run', 'build']
- name: 'gcr.io/cloud-builders/gsutil'
args: ['-m', 'cp', '-r', 'build/*', 'gs://effekt-widget-react-stage/']
2 changes: 1 addition & 1 deletion src/config/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ switch (process.env.NODE_ENV) {
case "development":
apiUrl = "https://dev.data.gieffektivt.no";
break;
case "stage":
case "test":
apiUrl = "https://stage.data.gieffektivt.no";
break;
case "production":
Expand Down

0 comments on commit a9aa77c

Please sign in to comment.