Skip to content

bthibault/serverless-ci-cd

 
 

Repository files navigation

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

About

CI/CD with Serverless Framework and Github Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 66.6%
  • JavaScript 33.4%