Skip to content

Commit

Permalink
chore: Update deployment configuration for ops cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Aug 1, 2024
1 parent 3b46f58 commit c2d868b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- prod
- ops
tags:
- v*
paths-ignore:
Expand All @@ -16,16 +16,16 @@ jobs:
context: .
dockerfile: ./Dockerfile
secrets: inherit
deploy-prod:
deploy-ops:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/deploy-v3-tpl.yaml@main
needs:
- build
with:
images: rss3/blackbox-hd
tag: sha-${{ github.sha }}
cluster: prod
cluster: ops
namespace: guardian
releaseName: blackbox-http-discovery
revision: main
dir: deploy/prod
secrets: inherit
dir: deploy/ops
secrets: inherit
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c2d868b

Please sign in to comment.