alanyuchenhou / athanasea

Advanced virtual animal rescue web app (CAUTION: site under construction)
https://athanasea.herokuapp.com
MIT License
3 stars 3 forks source link

deploying #17

Closed ylhou closed 6 years ago

ylhou commented 8 years ago

I have problems in uploading files to meteor.com. so i will learn to deploy on our google cloud

alanyuchenhou commented 8 years ago

I deployed it to our testing server using Meteor CLI, but the deployment was very slow. Regarding deployment tools, I've heard of heroku. Ideally, we should setup a continuous delivery tool: every time anyone pushes new changes to our repo, the tool should build it, test it, and deploy(if all tests have passed) it automatically. Is this related to #8 ?

alanyuchenhou commented 8 years ago

I've set up heroku. Automatic deploys from master are enabled. Every push to master will deploy a new version of this app. Deploys happen automatically. Once we have #8 done, I'll change heroku to wait for CI to pass before deploy.