diff --git a/release.sh b/release.sh deleted file mode 100644 index 6bf4f124f14361a417b381f80f7f8396ae24343b..0000000000000000000000000000000000000000 --- a/release.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - - -IMAGE_ID=$(docker inspect ${HEROKU_REGISTRY_IMAGE} --format={{.Id}}) -PAYLOAD='{"updates": [{"type": "web", "docker_image": "'"$IMAGE_ID"'"}]}' - -curl -n -X PATCH https://api.heroku.com/apps/$HEROKU_APP_NAME/formation \ - -d "${PAYLOAD}" \ - -H "Content-Type: application/json" \ - -H "Accept: application/vnd.heroku+json; version=3.docker-releases" \ - -H "Authorization: Bearer ${HEROKU_API_KEY}"