Skip to content

Instantly share code, notes, and snippets.

@slavahatnuke
Created November 16, 2017 17:19
Show Gist options
  • Save slavahatnuke/a46fc64261f518e04c18e0de332930db to your computer and use it in GitHub Desktop.
Save slavahatnuke/a46fc64261f518e04c18e0de332930db to your computer and use it in GitHub Desktop.
buildspec.yml
version: 0.1
phases:
install:
commands:
- npm install yarn serverless -g
- yarn install --production
build:
commands:
- serverless deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment