Add restart hook

This commit is contained in:
anujchandra 2021-01-17 21:24:48 +00:00
parent 7e39b4e7a0
commit f0a2a8f5ec

6
restart Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
curl -n -X DELETE https://api.heroku.com/apps/ggfind/dynos \
-H "Content-Type: application/json" \
-H "Accept: application/vnd.heroku+json; version=3" \
-H "Authorization: Bearer $AUTH_TOKEN"