Skip to content

Instantly share code, notes, and snippets.

@antklim
Last active April 6, 2018 23:45
Show Gist options
  • Save antklim/eb7c6f8184e67fa281f4c0976f55a6e4 to your computer and use it in GitHub Desktop.
Save antklim/eb7c6f8184e67fa281f4c0976f55a6e4 to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- "8"
install:
- npm install
script:
- npm run test
- scripts/upload-stack.js -b antklim-cf-templates/simple-api -v $TRAVIS_BUILD_NUMBER
- travis_wait scripts/deploy-stack.js -r ap-southeast-2 -n simple-api -e dev -b antklim-cf-templates/simple-api -v $TRAVIS_BUILD_NUMBER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment