-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: fix env vars + update site metadata #9
Conversation
src/config/index.ts
Outdated
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.
why are all the tests removed?
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.
this is legacy code copied from babylon's staking repo and not used in our code, so cleaned it up
|
||
build: npm run build | ||
|
||
build-docker: |
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 think we should still have build-docker
Dockerfile
Outdated
COPY package.json . | ||
COPY package-lock.json . | ||
|
||
RUN npm run build | ||
RUN npm install |
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 don't think we need these 3 lines. they are duplicate with
COPY package.json package-lock.json ./
# Install dependencies with npm
RUN npm ci
above
Summary
This PR:
op-bridge-ui
approach)Test plan
Right click, click
Inspect
->Elements
tab -> check metadata included under<Header>
tabFor live deployments, the social media preview should look like this:
Post-deployment
We need to update
babylon-deployment
by pulling the latest Docker image, and rebuild this site.