Last active
March 1, 2022 12:49
-
-
Save ldrahnik/098f0a4d22d2903ea0724acf83386efe to your computer and use it in GitHub Desktop.
Puppeteer on heroku apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| heroku builds:cache:purge --app registr-dzs --confirm <app-name> | |
| heroku buildpack --app <app-name> | |
| heroku restart -a <app-name> | |
| // start build manually in UI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment