goinstant / goangular

AngularJS bindings for GoInstant. Build realtime, multi-user apps with AngularJS and GoInstant easily. https://developers.goinstant.com/v1/GoAngular/index.html
BSD 3-Clause "New" or "Revised" License
137 stars 30 forks source link

chore(deploy): travis deploy #86

Closed colinmacdonald closed 10 years ago

colinmacdonald commented 10 years ago

Due to an issue with the conditional deploy tags option, a deploy/tags.sh is used to determine if the build is a tag and if it is the latest tag.

Deploys to s3 if a tag's tests pass on travis /integrations/goangular/<tag>/. If the tag is the latest tag it will also deploy to /integrations/goangular/latest/.

colinmacdonald commented 10 years ago

Needs to be updated with correct bucket, repo, and encrypted s3 id and secret before merge.

colinmacdonald commented 10 years ago

@lgtml let me know when you want to set up the s3 id and secret for production.

lgtml commented 10 years ago

Hi Sorry! almost ready to help!

mattcreager commented 10 years ago

LGTM