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
98de5351
Unverified
Commit
98de5351
authored
Nov 28, 2022
by
Sharafitdinova
Committed by
GitHub
Nov 28, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug deploy workflow (#355)
* debug review values
parent
a4e2c610
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
14 deletions
+20
-14
publish-docker-deploy-review.yml
.github/workflows/publish-docker-deploy-review.yml
+1
-0
secrets.yaml
deploy/values/review/secrets.yaml
+3
-3
values.yaml
deploy/values/review/values.yaml
+16
-11
No files found.
.github/workflows/publish-docker-deploy-review.yml
View file @
98de5351
...
...
@@ -67,6 +67,7 @@ jobs:
uses
:
blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
with
:
env_vars
:
VALUES_DIR=deploy/values/review,APP_NAME=bs-stack
globalEnv
:
review
appNamespace
:
review-front-$GITHUB_HEAD_REF_SLUG
blockscoutIngressHost
:
blockscout
frontendIngressHost
:
blockscout
...
...
deploy/values/review/secrets.yaml
View file @
98de5351
...
...
@@ -65,7 +65,7 @@ geth:
frontend
:
environment
:
NEXT_PUBLIC_NETWORK_TOKEN_ADDRESS
:
_default
:
ENC[AES256_GCM,data:
1SAbzZhCs/vzdftIX0WVLtImH27NJ6SwENee4uTu2p+ZyUso3nQCLUUm,iv:apyLxt2dQ5RN33ra1Q1sAy2cyplG9FSryksQru2ghlA=,tag:PVcCNt0bz1TfQewUebV5LA
==,type:str]
_default
:
ENC[AES256_GCM,data:
yShwsa6ajoFXg/6QSgEARkZRVVrwrdsR69NSmyvBH2O5EUQ0OvsWpW64,iv:K/HT6C9pYCK63LNyF3HERFc79vDS4cB0H4pINIlNhh0=,tag:X0HqeAP01diTvDOwoEP6lw
==,type:str]
NEXT_PUBLIC_SENTRY_DSN
:
_default
:
ENC[AES256_GCM,data:n/H2AH2n9ovn265iFbbrqeOOWS3s7FXgDv5FXJ2Dz133GuhTaqIU5psWjTraZ/Vh+dVM8M9zBLFfUanCWOz7cerq/QUoSVZjKvIvcyp6F072DGU=,iv:Co/pSR+U0vfkmWR+LDpxcQKDJl0WNbaEZihpzrRJcbc=,tag:HUiCX8WGJXWCDB59Y6iIbw==,type:str]
SENTRY_CSP_REPORT_URI
:
...
...
@@ -78,8 +78,8 @@ sops:
azure_kv
:
[]
hc_vault
:
[]
age
:
[]
lastmodified
:
"
2022-11-
16T11:55:15
Z"
mac
:
ENC[AES256_GCM,data:
wd7HZEGH1fJO1ufaUeBtcjUaHS21rcOoiGaQPNptEyEPj6q/60rJ1YQmGqkgi3DNVnGly5FQyYjMIIY3/YqXqTZI6MBhJp4RmpCELbqqzQbAFvbomYURmqG/umeT2+kMrSIF/PXrt4d51e1cod2+H4OY9V09VerH9L07D0nTd48=,iv:dDeTSqvmwps4oQKRVgDqmMf/uxf7Egb+jufwTKtm6F4=,tag:CqOCA4XW7d3C5D4dflIFug
==,type:str]
lastmodified
:
"
2022-11-
28T16:58:46
Z"
mac
:
ENC[AES256_GCM,data:
QJvVfWWWVDk5mI66T9J8EnEyVwmJoGEsWO9Pr8vK7jyC3rhAYD2WdKYfpkbwwMKrJzcMBe7UeaOeEY6aApuMNdobeEjsJAvstXCOBzMe5H9XtAFiAY+oxf8r4ELNvQP/gIBZSja+ehSbXBcaP4DkLn4FboaBhkoE8A37W2R6/QA=,iv:FnIC6iGLEZNwRSrbF81vF6eQuyq0yQHNPRTPrx3FB+8=,tag:LRnZCwYkCh4o8lDUcG2m9A
==,type:str]
pgp
:
-
created_at
:
"
2022-09-14T13:42:28Z"
enc
:
|
...
...
deploy/values/review/values.yaml
View file @
98de5351
...
...
@@ -3,7 +3,7 @@ global:
# enable Blockscout deploy
blockscout
:
app
:
blockscout
enabled
:
tru
e
enabled
:
fals
e
image
:
_default
:
blockscout/blockscout:latest
replicas
:
...
...
@@ -117,7 +117,7 @@ blockscout:
_default
:
'
true'
postgres
:
enabled
:
tru
e
enabled
:
fals
e
image
:
postgres:13.8
port
:
5432
...
...
@@ -145,7 +145,7 @@ postgres:
_default
:
'
trust'
# enable geth deploy
geth
:
enabled
:
tru
e
enabled
:
fals
e
image
:
_default
:
ethereum/client-go:stable
replicas
:
...
...
@@ -200,7 +200,7 @@ geth:
enabled
:
true
# enable Smart-contract-verifier deploy
scVerifier
:
enabled
:
tru
e
enabled
:
fals
e
image
:
_default
:
ghcr.io/blockscout/smart-contract-verifier:latest
replicas
:
...
...
@@ -347,19 +347,19 @@ frontend:
NEXT_PUBLIC_FOOTER_STAKING_LINK
:
_default
:
https://duneanalytics.com/maxaleks/xdai-staking
NEXT_PUBLIC_NETWORK_NAME
:
_default
:
Sokol
_default
:
Ethereum
NEXT_PUBLIC_NETWORK_SHORT_NAME
:
_default
:
POA
_default
:
Goerli
NEXT_PUBLIC_NETWORK_ASSETS_PATHNAME
:
_default
:
poa
_default
:
ethereum
NEXT_PUBLIC_NETWORK_TYPE
:
_default
:
poa_core
_default
:
goerli
NEXT_PUBLIC_NETWORK_ID
:
_default
:
77
_default
:
5
NEXT_PUBLIC_NETWORK_CURRENCY_NAME
:
_default
:
POA Network Sokol
_default
:
Ether
NEXT_PUBLIC_NETWORK_CURRENCY_SYMBOL
:
_default
:
SPOA
_default
:
ETH
NEXT_PUBLIC_NETWORK_CURRENCY_DECIMALS
:
_default
:
18
NEXT_PUBLIC_NETWORK_VERIFICATION_TYPE
:
...
...
@@ -370,6 +370,7 @@ frontend:
_default
:
"
[{'title':'Gnosis
Chain','url':'https://blockscout.com/xdai/mainnet','group':'mainnets','type':'xdai_mainnet'},{'title':'Optimism
on
Gnosis
Chain','url':'https://blockscout.com/xdai/optimism','group':'mainnets','icon':'https://www.fillmurray.com/60/60','type':'xdai_optimism'},{'title':'Arbitrum
on
xDai','url':'https://blockscout.com/xdai/aox','group':'mainnets'},{'title':'Ethereum','url':'https://blockscout.com/eth/mainnet','group':'mainnets','type':'eth_mainnet'},{'title':'Ethereum
Classic','url':'https://blockscout.com/etx/mainnet','group':'mainnets','type':'etc_mainnet'},{'title':'POA','url':'https://blockscout.com/poa/core','group':'mainnets','type':'poa_core'},{'title':'RSK','url':'https://blockscout.com/rsk/mainnet','group':'mainnets','type':'rsk_mainnet'},{'title':'Gnosis
Chain
Testnet','url':'https://blockscout.com/xdai/testnet','group':'testnets','type':'xdai_testnet'},{'title':'POA
Sokol','url':'https://blockscout.com/poa/sokol','group':'testnets','type':'poa_sokol'},{'title':'ARTIS
Σ1','url':'https://blockscout.com/artis/sigma1','group':'other','type':'artis_sigma1'},{'title':'LUKSO
L14','url':'https://blockscout.com/lukso/l14','group':'other','type':'lukso_l14'},{'title':'Astar','url':'https://blockscout.com/astar','group':'other','type':'astar'}]"
NEXT_PUBLIC_API_HOST
:
_default
:
blockscout.com
review
:
blockscout-main.test.aws-k8s.blockscout.com
NEXT_PUBLIC_API_BASE_PATH
:
_default
:
/
NEXT_PUBLIC_MARKETPLACE_SUBMIT_FORM
:
...
...
@@ -380,5 +381,9 @@ frontend:
_default
:
https://blockscoutcom.us.auth0.com/v2/logout
NEXT_PUBLIC_LOGOUT_RETURN_URL
:
_default
:
https://blockscout.com/auth/logout
review
:
blockscout-main.test.aws-k8s.blockscout.com/auth/logout
NEXT_PUBLIC_HOMEPAGE_CHARTS
:
_default
:
"
['daily_txs','coin_price','market_cup']"
NEXT_PUBLIC_APP_HOST
:
_default
:
blockscout.com
review
:
blockscout-main.test.aws-k8s.blockscout.com
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