updating templates
This commit is contained in:
@@ -89,11 +89,4 @@ jobs:
|
||||
- name: Rollout restart haven-notify
|
||||
run: |
|
||||
cd haven-notify/deploy
|
||||
kubectl --kubeconfig=kubeconfig.yaml rollout restart deployment/haven-notify
|
||||
|
||||
- name: Send notification of deployment
|
||||
run: |
|
||||
curl -H "Content-Type: application/json" \
|
||||
-X POST \
|
||||
-d '{"title": "🚀 Haven Notify deployed!", "message": "Haven Notify has been successfully deployed and restarted."}' \
|
||||
http://haven.notify/notify
|
||||
kubectl --kubeconfig=kubeconfig.yaml rollout restart deployment/haven-notify
|
Reference in New Issue
Block a user