From 418cd8b4167a2c72194ccc2107e7886ab37ac4dc Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 11 Aug 2025 14:37:08 -0500 Subject: [PATCH] Update "Deploy to Heroku" step of Deploy Fleet website workflow. (#31798) Changes: - Updated the "deploy to Heroku" step of the "Deploy Fleet Website" workflow. --- .github/workflows/deploy-fleet-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index fdcb25589d..612a52b9d2 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -127,6 +127,6 @@ jobs: # Push the parentless commit to Heroku # Note: The commit pushed to Heroku will not contain the full git history. # This lets up deploy the website from the Fleet monorepo while working around Heroku's pack size limits. - git push heroku "$COMMIT":master --force + git push heroku "$COMMIT":refs/heads/master --force - name: 🌐 https://fleetdm.com run: echo '' && echo '--' && echo 'OK, done. It should be live momentarily.' && echo '(if you get impatient, check the Heroku dashboard for status)' && echo && echo ' 🌐–• https://fleetdm.com'