Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created May 16, 2022 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardgrantserverless/e668dac9f2b601cc7e73b505497836d6 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/e668dac9f2b601cc7e73b505497836d6 to your computer and use it in GitHub Desktop.
version: 0.1
phases:
install:
commands:
- npm install
- npm install -g mocha
- npm install -g serverless
build:
commands:
- serverless deploy --stage cicd | tee deploy.out
post_build:
commands:
- . ./test.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment