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: 6 months ago
JSON representation
A repo demonstrating CI/CD with Github Actions & Serverless
- Host: GitHub
- URL: https://github.com/dschep/sls-actions-cicd-example
- Owner: dschep
- Created: 2019-02-19T21:26:05.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-03T16:33:39.000Z (about 3 years ago)
- Last Synced: 2025-09-05T16:56:39.722Z (7 months ago)
- Language: JavaScript
- Size: 856 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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