Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub actions for serverless deployment #80

Open
thinkharderdev opened this issue Jul 7, 2020 · 1 comment · May be fixed by #85 or #110
Open

Add GitHub actions for serverless deployment #80

thinkharderdev opened this issue Jul 7, 2020 · 1 comment · May be fixed by #85 or #110
Assignees

Comments

@thinkharderdev
Copy link
Collaborator

Add GitHub actions to deploy auto-deploy to dev environment

@thinkharderdev thinkharderdev self-assigned this Jul 7, 2020
@definesfineout definesfineout self-assigned this Jul 8, 2020
@definesfineout definesfineout linked a pull request Jul 8, 2020 that will close this issue
@definesfineout
Copy link
Collaborator

definesfineout commented Jul 8, 2020

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.

@emecas emecas self-assigned this Aug 25, 2020
@emecas emecas linked a pull request Sep 22, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment