Skip to content

Instantly share code, notes, and snippets.

@radzionc
Created January 27, 2018 15:39
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 radzionc/3dee4a5684204787bf543fb2abdf5162 to your computer and use it in GitHub Desktop.
Save radzionc/3dee4a5684204787bf543fb2abdf5162 to your computer and use it in GitHub Desktop.
image:
name: <image>
username: _json_key
password: '$GCR_JSON_KEY'
pipelines:
branches:
dev:
- step:
caches:
- node
script:
- npm install
- npm test
- eb init <app> -r <region> -p node.js
- eb deploy <app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment