Skip to content

Commit

Permalink
Fix routes kustomization
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsume-197 committed Mar 30, 2024
1 parent 2fb3d9c commit 60e7ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ jobs:
- if: ${{ needs.check.outputs.branch == 'development' }}
name: Update Kubernetes resources for development
run: |
cd kustomize/base
cd kustomize/overlays/development
kustomize edit set image brigadasos-dev-db=ghcr.io/brigadasos/brigadasos-db:$GITHUB_REF_NAME
cat kustomization.yaml
- if: ${{ needs.check.outputs.branch == 'production' }}
name: Update Kubernetes resources for production
run: |
cd kustomize/base
cd kustomize/overlays/development
kustomize edit set image brigadasos-db=ghcr.io/brigadasos/brigadasos-db:$GITHUB_REF_NAME
cat kustomization.yaml
Expand Down

0 comments on commit 60e7ba2

Please sign in to comment.