We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8666713 commit 8411699Copy full SHA for 8411699
deploy.sh
@@ -7,6 +7,6 @@ set -o nounset
7
COMMIT=$(git rev-parse --short HEAD)
8
LASTMOD=$(date -u +%Y-%m-%dT%H:%M:%SZ)
9
10
-git push heroku
+git push -f heroku
11
12
heroku config:set "COMMIT=${COMMIT}" "LASTMOD=${LASTMOD}"
0 commit comments