Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 411 Bytes

what-did Tag

# 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