Skip to content

Instantly share code, notes, and snippets.

@therahulprasad
Created May 29, 2017 15:48
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 therahulprasad/8c9a297d66acb4d820c5112a797ab34b to your computer and use it in GitHub Desktop.
Save therahulprasad/8c9a297d66acb4d820c5112a797ab34b to your computer and use it in GitHub Desktop.
Travis configuration for auto deployment without testing on GCS
language: node_js
node_js:
- '0.11'
- '0.10'
deploy:
provider: gcs
access_key_id: testing
secret_access_key:
secure: lGMykRKlkbgoY+hfq/KxRzXUFM5R56rmmM6uP9D1NCxHeni1IBBRgMy4Q5FoZolxxUn0U7Y9KPi3fR+aTFa1+EeqLLhQJrK/j8rXIO7ilRUbpQWiTOd1yjEZPHptTY6Qr+46DfWd6zaZ755tec7QjdCX3BBsim6pTxelaetniVDEM+kGj7oLPbsnXt32xskxEi4qJLUiAh606jnN7eKk4sm1wToX6i4+QuOCnP4Hs2vgdaxbJkZ5ZUe3DJIfBhUBkvZz/D82QkvoZGN29wVKN6WfluwAwYb0ANmGnHR1kBG347M+u2BCF0MrybDthPsGzU/jTYk5GJaZq+rE7g5lyk/evD5hbTdng/hMROkd/ssGbEjETAoZgVwe5HCdpR8pBDx7cGIm+up7hlc+HjjAqfTev99cg0ztGOuIrBsLJWfWBWTDXlruvgO4/KPp2F0Ye+dtM9FVdLlE0nkl+QHdkWp9EPEzl0KaPPnNMF39dxDKPS6JUTouGAwC9rbNXwmtC5oNEElRZioFKlmknF9toguw/kMcEx/CYcxonZPNDneEG/73OgKiOsNigQ8HQ3Q5L+tLq9BOp/qzfdpHV2y6TMS5nk6AbWc+hdj5cVNdE175g2ZKDkE7j/juib8OTP//1ZIA26HWi4Uf8Iy7YimHGxqzvYhEgwG/JA6sUwTt/dg=
bucket: testing
on:
repo: therahulprasad/test-auto-deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment