Skip to content

Commit

Permalink
feat: DEVOPS-1040 snapshot-hub migration to gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlops committed Nov 2, 2023
1 parent bb9b95e commit 7c86f9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
devex-apollo,
eth-spout,
neo-savant,
snapshot-hub,
governance-api,
]
include:
- application: bluebell-playground
Expand Down Expand Up @@ -61,9 +61,9 @@ jobs:
path: products/neo-savant
tag_length: 8
tag_latest: false
- application: snapshot-hub
image_name: snapshot-hub
path: products/snapshot-hub
- application: governance-api
image_name: governance-api
path: products/governance-api
tag_length: 8
tag_latest: false
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cicd-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# devex,
# devex-apollo,
# neo-savant,
snapshot-hub,
governance-api,
]
include:
# - application: developer-portal
Expand All @@ -52,9 +52,9 @@ jobs:
# path: products/neo-savant
# tag_length: 8
# tag_latest: false
- application: snapshot-hub
image_name: snapshot-hub
path: products/snapshot-hub
- application: governance-api
image_name: governance-api
path: products/governance-api
tag_length: 8
tag_latest: false
# - application: pdt
Expand Down

0 comments on commit 7c86f9b

Please sign in to comment.