An open API service indexing awesome lists of open source software.

https://github.com/dschep/sls-actions-cicd-example

A repo demonstrating CI/CD with Github Actions & Serverless
https://github.com/dschep/sls-actions-cicd-example

Last synced: about 2 months ago
JSON representation

A repo demonstrating CI/CD with Github Actions & Serverless

Awesome Lists containing this project

README

        

# sls-actions-cicd-example
A repo demonstrating CI/CD with Github Actions & Serverless

It creates a serverless deployment for each branch, using the branch name as the stage name.

If used in a private repo, it comments on PRs with the output of `sls info`.
See [#6](https://github.com/dschep/sls-actions-cicd-example/pull/6) for ane example