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
208dae79
Commit
208dae79
authored
Oct 25, 2022
by
Yuliya Sharafitdinova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update workflow
parent
f68be564
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
publish-docker-deploy-review.yml
.github/workflows/publish-docker-deploy-review.yml
+1
-1
publish-docker-image-and-deploy.yml
.github/workflows/publish-docker-image-and-deploy.yml
+1
-1
No files found.
.github/workflows/publish-docker-deploy-review.yml
View file @
208dae79
...
@@ -66,7 +66,7 @@ jobs:
...
@@ -66,7 +66,7 @@ jobs:
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
:
valuesDir
:
deploy/values/review
env_vars
:
VALUES_DIR=deploy/values/review,APP_NAME=bs-stack
appNamespace
:
review-front-$GITHUB_HEAD_REF_SLUG
appNamespace
:
review-front-$GITHUB_HEAD_REF_SLUG
blockscoutIngressHost
:
blockscout
blockscoutIngressHost
:
blockscout
frontendIngressHost
:
frontend
frontendIngressHost
:
frontend
...
...
.github/workflows/publish-docker-image-and-deploy.yml
View file @
208dae79
...
@@ -56,7 +56,7 @@ jobs:
...
@@ -56,7 +56,7 @@ jobs:
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
:
valuesDir
:
deploy/values/main
env_vars
:
VALUES_DIR=deploy/values/main,APP_NAME=bs-stack
appNamespace
:
front-main
appNamespace
:
front-main
blockscoutIngressHost
:
blockscout
blockscoutIngressHost
:
blockscout
frontendIngressHost
:
frontend
frontendIngressHost
:
frontend
...
...
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