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
- Host: GitHub
- URL: https://github.com/dschep/sls-actions-cicd-example
- Owner: dschep
- Created: 2019-02-19T21:26:05.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-03T16:33:39.000Z (over 2 years ago)
- Last Synced: 2025-01-17T16:55:51.167Z (3 months ago)
- Language: JavaScript
- Size: 856 KB
- Stars: 0
- Watchers: 2
- 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 & ServerlessIt 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