# Staging
heroku container:push web --recursive --app what-did-staging \
&& heroku container:release web --app what-did-staging
# Prod
heroku container:push web --recursive --app what-did \
&& heroku container:release web --app what-did
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.