Skip to content

Commit

Permalink
Change action that triggers phone notifications (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansberry authored Dec 17, 2024
1 parent 420d65b commit 6612870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ckan/templates/kubernetes/ckan_cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
command: ['bash', '-c']
args:
- "curl -rl -X POST -H 'Authorization: {{ ckan_sysadmin_api_key }}' {{ ckan_site_url }}/api/action/send_email_notifications;
curl -rl -X POST -H 'Authorization: {{ ckan_sysadmin_api_key }}' {{ ckan_site_url }}/api/action/send_sms_notifications"
curl -rl -X POST -H 'Authorization: {{ ckan_sysadmin_api_key }}' {{ ckan_site_url }}/api/action/send_phone_notifications"

restartPolicy: Never

Expand Down

0 comments on commit 6612870

Please sign in to comment.