code-for-charlottesville / housinghub

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

Add GitHub actions for serverless deployment #80

Open thinkharderdev opened 4 years ago

thinkharderdev commented 4 years ago

Add GitHub actions to deploy auto-deploy to dev environment

definesfineout commented 4 years ago

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.