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
7084d03f
Commit
7084d03f
authored
Oct 14, 2022
by
Yuliya Sharafitdinova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update reusable workflows
parent
e4481500
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
publish-docker-deploy-review.yml
.github/workflows/publish-docker-deploy-review.yml
+2
-1
values.yaml
deploy/values/e2e/values.yaml
+2
-2
values.yaml
deploy/values/review/values.yaml
+1
-1
No files found.
.github/workflows/publish-docker-deploy-review.yml
View file @
7084d03f
...
...
@@ -2,7 +2,8 @@ name: Deploy review environment
on
:
# push:
pull_request
:
# pull_request:
workflow_dispatch
env
:
K8S_LOCAL_PORT
:
${{ secrets.K8S_LOCAL_PORT }}
...
...
deploy/values/e2e/values.yaml
View file @
7084d03f
...
...
@@ -249,7 +249,7 @@ scVerifier:
frontend
:
enabled
:
true
image
:
_default
:
ghcr.io/blockscout/frontend:
prerelease-5ca79e55
_default
:
ghcr.io/blockscout/frontend:
main
replicas
:
app
:
1
docker
:
...
...
@@ -286,7 +286,7 @@ frontend:
NEXT_PUBLIC_APP_PORT
:
_default
:
3000
NEXT_PUBLIC_BLOCKSCOUT_VERSION
:
_default
:
v4.1.
7
-beta
_default
:
v4.1.
8
-beta
NEXT_PUBLIC_FOOTER_GITHUB_LINK
:
_default
:
https://github.com/blockscout/blockscout
NEXT_PUBLIC_FOOTER_TWITTER_LINK
:
...
...
deploy/values/review/values.yaml
View file @
7084d03f
...
...
@@ -249,7 +249,7 @@ scVerifier:
frontend
:
enabled
:
true
image
:
_default
:
ghcr.io/blockscout/frontend:
prerelease-5ca79e55
_default
:
ghcr.io/blockscout/frontend:
main
replicas
:
app
:
1
docker
:
...
...
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