From f579140e841991d8a99700fef57292d59048d4e1 Mon Sep 17 00:00:00 2001 From: incubator4 Date: Thu, 1 Aug 2024 14:03:38 +0800 Subject: [PATCH] chore: Update deployment configuration for ops cluster --- .github/workflows/build-and-deploy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 22dc89c..e3aef3c 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -3,7 +3,7 @@ on: push: branches: - main - - prod + - ops tags: - v* paths-ignore: @@ -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 \ No newline at end of file + dir: deploy/ops + secrets: inherit