Pre and Post Deployment actions
AnonymousTRIAL
2 years ago
The existing Github deployment method works great.
However it could be enhanced with pre/post deployment actions. This way I could a run a db migration script before the deployment and a slack notification after the deployment
The way to implement this would be to allow me to run a command that runs
In my project folder
With network access to my services (e.g. my postgres)
This is similar to https://devcenter.heroku.com/articles/release-phase
1 Replies
Anonymous
2 years ago
+1 for slack app with deploy notification, failed deploy notification, service crash etc