whoogle-search/restart
2021-01-17 21:24:48 +00:00

7 lines
211 B
Bash
Executable File

#!/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"