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

Automate serverless deployment #179

Open
huangsamantha opened this issue Mar 13, 2021 · 0 comments
Open

Automate serverless deployment #179

huangsamantha opened this issue Mar 13, 2021 · 0 comments
Assignees
Labels
tech debt Non-breaking issues

Comments

@huangsamantha
Copy link
Contributor

huangsamantha commented Mar 13, 2021

Currently we are manually deploying serverless using the following commands:

  • to Dev: sls deploy
  • to Staging: sls deploy staging
  • to Prod: sls deploy prod

What we want instead:

  • manually deploy to dev
  • auto-deploy to staging on PR publication
  • auto-deploy to prod on push to master (before release)

In addition, tests should be auto-run in the respective stage before deployment (staging and prod)

@huangsamantha huangsamantha self-assigned this Mar 17, 2021
@huangsamantha huangsamantha added configuration Backend updates or environment improvements tech debt Non-breaking issues and removed configuration Backend updates or environment improvements labels Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Non-breaking issues
Projects
None yet
Development

No branches or pull requests

1 participant