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
33b299f3
Commit
33b299f3
authored
Oct 10, 2022
by
Yuliya Sharafitdinova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix deploy workflow
parent
a8fc38e3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
cleanup.yml
.github/workflows/cleanup.yml
+1
-3
e2e-tests.yml
.github/workflows/e2e-tests.yml
+2
-1
publish-docker-deploy-review.yml
.github/workflows/publish-docker-deploy-review.yml
+6
-4
No files found.
.github/workflows/cleanup.yml
View file @
33b299f3
...
@@ -9,9 +9,7 @@ jobs:
...
@@ -9,9 +9,7 @@ jobs:
if_merged
:
if_merged
:
if
:
github.event.pull_request.merged ==
true
if
:
github.event.pull_request.merged ==
true
needs
:
push_to_registry
needs
:
push_to_registry
uses
:
blockscout/blockscout-ci-cd/.github/workflows/cleanup.yaml@
deploy-smart-contract-verifi
er
uses
:
blockscout/blockscout-ci-cd/.github/workflows/cleanup.yaml@
mast
er
with
:
with
:
valuesDir
:
values/frontend
appNamespace
:
frontend-$GITHUB_REF_NAME
appNamespace
:
frontend-$GITHUB_REF_NAME
appName
:
frontend
secrets
:
inherit
secrets
:
inherit
.github/workflows/e2e-tests.yml
View file @
33b299f3
...
@@ -68,7 +68,8 @@ jobs:
...
@@ -68,7 +68,8 @@ jobs:
uses
:
blockscout/blockscout-ci-cd/.github/workflows/e2e_new.yaml@fix-e2e-tests
uses
:
blockscout/blockscout-ci-cd/.github/workflows/e2e_new.yaml@fix-e2e-tests
with
:
with
:
valuesDir
:
deploy/values
valuesDir
:
deploy/values
appName
:
e2e-bs-stack
appName
:
e2e-front
appNamespace
:
e2e-front
blockscoutIngressHost
:
blockscout
blockscoutIngressHost
:
blockscout
frontendIngressHost
:
frontend
frontendIngressHost
:
frontend
frontendImage
:
ghcr.io/blockscout/frontend:prerelease-${{ needs.push_to_registry.outputs.shortSha }}
frontendImage
:
ghcr.io/blockscout/frontend:prerelease-${{ needs.push_to_registry.outputs.shortSha }}
...
...
.github/workflows/publish-docker-
image-and-
deploy-review.yml
→
.github/workflows/publish-docker-deploy-review.yml
View file @
33b299f3
...
@@ -65,11 +65,13 @@ jobs:
...
@@ -65,11 +65,13 @@ jobs:
deploy_frontend
:
deploy_frontend
:
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@
fix-e2e-tests
with
:
with
:
valuesDir
:
deploy/values
valuesDir
:
deploy/values
appNamespace
:
frontend-$GITHUB_HEAD_REF
appNamespace
:
review-front
appName
:
frontend
blockscoutIngressHost
:
blockscout
frontendIngressHost
:
frontend
-$GITHUB_HEAD_REF.aws-k8s.blockscout.com
frontendIngressHost
:
frontend
frontendImage
:
ghcr.io/blockscout/frontend:prerelease-${{ needs.push_to_registry.outputs.shortSha }}
frontendImage
:
ghcr.io/blockscout/frontend:prerelease-${{ needs.push_to_registry.outputs.shortSha }}
gethIngressHost
:
geth
scVerifierIngressHost
:
sc-verifier
secrets
:
inherit
secrets
:
inherit
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