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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user