Skip to content

Commit

Permalink
use prod kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Mar 4, 2024
1 parent e5cdfe6 commit fc187c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test-remote-patch-prod.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Test Use of Common Patch Workflow
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to use'
required: true
default: 'main'
on: workflow_dispatch
jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-sandbox-common.yml@main
Expand All @@ -24,7 +18,7 @@ jobs:
DOCKER: ${{ secrets.DOCKER }}
BUILD_ARGS: ''
DOCKER_BUILD_ARGS: ''
KUBE_CONFIG: ${{ secrets.KUBECONFIG_SANDBOX }}
KUBE_CONFIG: ${{ secrets.KUBECONFIG_PROD }}
GH_PAT: ${{ secrets.GH_PAT }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY2 }}
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test-remote-patch.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Test Use of Common Patch Workflow
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to use'
required: true
default: 'main'
on: workflow_dispatch
jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-sandbox-common.yml@main
Expand Down

0 comments on commit fc187c5

Please sign in to comment.