Skip to content

Commit

Permalink
chore: cd
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant committed Nov 19, 2024
1 parent 67fffba commit 9aeb52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
cd_build_push:
if: false
name: "Build and Push"
runs-on: ubuntu-latest

Expand All @@ -19,6 +18,7 @@ jobs:
- uses: actions/checkout@v4

- uses: ./.github/actions/build-and-push
if: false
with:
setup-qemu: "false"
build-image: "true"
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: ./.github/actions/deploy-k8s
with:
runtime-env: ${{ steps.config.outputs.RUNTIME_ENV }}
pwd: ${{ vars.K8S_PWD }}
runtime-env: "${{ steps.config.outputs.RUNTIME_ENV }}"
deployment: ${{ vars.K8S_DEPLOYMENT }}
namespace: ${{ vars.K8S_NAMESPACE }}

0 comments on commit 9aeb52e

Please sign in to comment.