Skip to content

Instantly share code, notes, and snippets.

@PrashantBhatasana
Created August 3, 2020 12:38
Show Gist options
  • Save PrashantBhatasana/9aa74b2a2a6d0e72cfc0eea1dda06dbb to your computer and use it in GitHub Desktop.
Save PrashantBhatasana/9aa74b2a2a6d0e72cfc0eea1dda06dbb to your computer and use it in GitHub Desktop.
This is the builspec file for Serverless application deployment.
version: 0.2
phases:
install:
commands:
- npm install
- npm install -g serverless
build:
commands:
- serverless deploy --stage ${environment}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment