Created
August 3, 2020 12:38
-
-
Save PrashantBhatasana/9aa74b2a2a6d0e72cfc0eea1dda06dbb to your computer and use it in GitHub Desktop.
This is the builspec file for Serverless application deployment.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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