code-for-charlottesville / housinghub

GNU General Public License v3.0
14 stars 23 forks source link

Create deploy-dev.yml #85

Open definesfineout opened 4 years ago

definesfineout commented 4 years ago

Adds gtihub actions workflow for deploy to dev. closes #80

References

I considered consolidating all the workflows into one but decided to remove the trigger for push to master from the existing workflows, to allow them to only run when relavent files are changed. This new workflow only runs on pushes to master, and performs both backend/frontend builds and tests before deploying the serverless dev stage.