Now, install heroku cli.
heroku login
heroku git:remote -a xxx
heroku stack:set container
./magic.sh
Warning: Never push to a public source with this commit included, this file contain your important credentials.
heroku ps:scale worker=0
heroku ps:scale worker=1