Skip to content

Commit

Permalink
fix: rm deprecated k8s block
Browse files Browse the repository at this point in the history
Signed-off-by: QuentinN42 <[email protected]>
  • Loading branch information
QuentinN42 committed May 24, 2024
1 parent 34956cd commit b41e490
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,3 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: escapetech/academy:latest

k8s-deploy:
needs: docker-push
runs-on: ubuntu-latest
steps:
- name: Rollout deployment
uses: danielr1996/[email protected]
with:
kubeconfig: ${{ secrets.KUBECONFIG }}
args: rollout restart deployment.apps/${{ secrets.LEARN_DEPS }}

0 comments on commit b41e490

Please sign in to comment.