Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
43fdf196
Unverified
Commit
43fdf196
authored
Oct 18, 2022
by
tom goriunov
Committed by
GitHub
Oct 18, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #256 from blockscout/workflow-envs
update workflow envs
parents
14993155
dbfc6ac7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
15 deletions
+7
-15
publish-docker-deploy-review.yml
.github/workflows/publish-docker-deploy-review.yml
+2
-4
publish-docker-image-and-deploy.yml
.github/workflows/publish-docker-image-and-deploy.yml
+2
-4
values.yaml
deploy/values/review/values.yaml
+3
-7
No files found.
.github/workflows/publish-docker-deploy-review.yml
View file @
43fdf196
...
@@ -59,12 +59,10 @@ jobs:
...
@@ -59,12 +59,10 @@ jobs:
tags
:
ghcr.io/blockscout/frontend:prerelease-${{ env.SHORT_SHA }}
tags
:
ghcr.io/blockscout/frontend:prerelease-${{ env.SHORT_SHA }}
labels
:
${{ steps.meta.outputs.labels }}
labels
:
${{ steps.meta.outputs.labels }}
build-args
:
|
build-args
:
|
SENTRY_DSN=${{ secrets.SENTRY_DSN }}
GIT_COMMIT_SHA=${{ env.SHORT_SHA }}
NEXT_PUBLIC_SENTRY_DSN=${{ secrets.NEXT_PUBLIC_SENTRY_DSN }}
SENTRY_CSP_REPORT_URI=${{ secrets.SENTRY_CSP_REPORT_URI }}
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
deploy_frontend
:
deploy_frontend
:
name
:
Deploy frontend app
needs
:
push_to_registry
needs
:
push_to_registry
uses
:
blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
uses
:
blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
with
:
with
:
...
...
.github/workflows/publish-docker-image-and-deploy.yml
View file @
43fdf196
...
@@ -49,12 +49,10 @@ jobs:
...
@@ -49,12 +49,10 @@ jobs:
tags
:
${{ steps.meta.outputs.tags }}
tags
:
${{ steps.meta.outputs.tags }}
labels
:
${{ steps.meta.outputs.labels }}
labels
:
${{ steps.meta.outputs.labels }}
build-args
:
|
build-args
:
|
SENTRY_DSN=${{ secrets.SENTRY_DSN }}
GIT_COMMIT_SHA=${{ env.SHORT_SHA }}
NEXT_PUBLIC_SENTRY_DSN=${{ secrets.NEXT_PUBLIC_SENTRY_DSN }}
SENTRY_CSP_REPORT_URI=${{ secrets.SENTRY_CSP_REPORT_URI }}
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
deploy_main
:
deploy_main
:
name
:
Deploy frontend app
needs
:
push_to_registry
needs
:
push_to_registry
uses
:
blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
uses
:
blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
with
:
with
:
...
...
deploy/values/review/values.yaml
View file @
43fdf196
...
@@ -279,12 +279,8 @@ frontend:
...
@@ -279,12 +279,8 @@ frontend:
enabled
:
true
enabled
:
true
app
:
blockscout
app
:
blockscout
environment
:
environment
:
NEXT_PUBLIC_APP_PROTOCOL
:
_default
:
http
NEXT_PUBLIC_APP_HOST
:
_default
:
localhost
NEXT_PUBLIC_APP_PORT
:
NEXT_PUBLIC_APP_PORT
:
_default
:
80
_default
:
80
NEXT_PUBLIC_BLOCKSCOUT_VERSION
:
NEXT_PUBLIC_BLOCKSCOUT_VERSION
:
_default
:
v4.1.8-beta
_default
:
v4.1.8-beta
NEXT_PUBLIC_FOOTER_GITHUB_LINK
:
NEXT_PUBLIC_FOOTER_GITHUB_LINK
:
...
@@ -292,7 +288,7 @@ frontend:
...
@@ -292,7 +288,7 @@ frontend:
NEXT_PUBLIC_FOOTER_TWITTER_LINK
:
NEXT_PUBLIC_FOOTER_TWITTER_LINK
:
_default
:
https://www.twitter.com/blockscoutcom
_default
:
https://www.twitter.com/blockscoutcom
NEXT_PUBLIC_APP_INSTANCE
:
NEXT_PUBLIC_APP_INSTANCE
:
_default
:
local
_default
:
review
NEXT_PUBLIC_FOOTER_TELEGRAM_LINK
:
NEXT_PUBLIC_FOOTER_TELEGRAM_LINK
:
_default
:
https://t.me/poa_network
_default
:
https://t.me/poa_network
NEXT_PUBLIC_FOOTER_STAKING_LINK
:
NEXT_PUBLIC_FOOTER_STAKING_LINK
:
...
@@ -302,7 +298,7 @@ frontend:
...
@@ -302,7 +298,7 @@ frontend:
NEXT_PUBLIC_NETWORK_SHORT_NAME
:
NEXT_PUBLIC_NETWORK_SHORT_NAME
:
_default
:
POA
_default
:
POA
NEXT_PUBLIC_NETWORK_ASSETS_PATHNAME
:
NEXT_PUBLIC_NETWORK_ASSETS_PATHNAME
:
_default
:
poa
_default
:
sokol
NEXT_PUBLIC_NETWORK_TYPE
:
NEXT_PUBLIC_NETWORK_TYPE
:
_default
:
poa
_default
:
poa
NEXT_PUBLIC_NETWORK_SUBTYPE
:
NEXT_PUBLIC_NETWORK_SUBTYPE
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment