-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Deploy swedish admin #357
Conversation
@@ -0,0 +1,2 @@ | |||
HOST=localhost |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this used for anything? AFAIK know REACT_APP_*
envs are let through
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea? 🤷 Global search for process.env.HOST
or similar should yield results if it's used.
clouddeploy.yml
Outdated
name: 'gcr.io/cloud-builders/npm' | ||
env: ['CI=true', 'REACT_APP_API_URL=https://data.gieffektivt.no'] | ||
args: ['run', 'build'] | ||
waitFor: ['test'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should run the build & deploy steps in parallel at least
c6b6fdf
to
4e10d5e
Compare
4e10d5e
to
5e6a23e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay! Looks good! I'm not sure about reviewing the cloud build config
|
||
- id: 'build-norway' | ||
name: 'gcr.io/cloud-builders/npm' | ||
env: ['CI=true', 'REACT_APP_API_URL=https://data.gieffektivt.no'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NO dev is using the same backend from what I can tell? But also login doesn't work it seems 🤔
Triggering two parallel deploys for SE and NO when pushed to master.
Haven't tested the full deployment flow, but tested the swedish subset here. Would like to try out the dev flow before merging
#355
Tested on devices
Tests
⏲️ Time spent on CR:
⏲️ Time spent on QA: