Update "Deploy to Heroku" step of Deploy Fleet website workflow. (#31798)

Changes:
- Updated the "deploy to Heroku" step of the "Deploy Fleet Website"
workflow.
This commit is contained in:
Eric
2025-08-11 14:37:08 -05:00
committed by GitHub
parent 8c8fdc7e24
commit 418cd8b416
+1 -1
View File
@@ -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'