Skip to content

Commit

Permalink
chore(staging): add namespace for deleting right pods
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Dec 14, 2023
1 parent 642cf6b commit f1221e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
with:
cluster_name: serlo-staging-cluster
location: europe-west3-a
- run: kubectl delete pod -l app=server
- run: kubectl delete pod -l app=swr-queue-worker
- run: kubectl delete pod -n api -l app=server
- run: kubectl delete pod -n api -l app=swr-queue-worker

0 comments on commit f1221e1

Please sign in to comment.