Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 585 Bytes

serverless-ci-cd

A sample project with CI/CD utilizing Serverless Framework and Github Actions. Take a look at the walkthrough on Medium

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# generate static project
$ yarn generate

# deploy the static site to AWS (note: requires serverless to be globally installed w/ aws credentials configured)
$ serverless deploy