Skip to content

Commit

Permalink
Merge pull request #3 from zooniverse/cron-delete-old
Browse files Browse the repository at this point in the history
Delete existing cronjob before updating
  • Loading branch information
zwolf authored Jan 31, 2024
2 parents 49addcf + 04cf346 commit 92075a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cron_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ jobs:
resource-group: kubernetes

- name: Modify & apply template
run: kubectl create -f kubernetes/cron_script.yml
run: |
kubectl delete hotmail-complaint-processor-cronjob
kubectl create -f kubernetes/cron_script.yml

0 comments on commit 92075a9

Please sign in to comment.