devrelcollective/xela

View on GitHub
heroku-deploy.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

heroku container:push web
heroku container:release web
heroku run /bin/app migrate