Skip to content

Commit

Permalink
Fix: rm sandbox env
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiansmn committed Nov 18, 2023
1 parent a7e89c6 commit 82abee8
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,8 @@ jobs:
docker build -t registry.bastian-somon.fr/vp-frontend:latest vp-ui
docker push registry.bastian-somon.fr/vp-frontend:latest
deploy-infra-sandbox:
needs: [build-server, build-client]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Trigger deploy
uses: Consensys/kubernetes-action@master
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBECONFIG }}
with:
args: apply -k infra/application/sandbox

deploy-infra-production:
needs: [deploy-infra-sandbox ]
needs: [build-server, build-client]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 82abee8

Please sign in to comment.