Meteor Circle CI - automate everything

We’re currently trying to get an open source project started (Meteor Mentoring Group aka Meteor University) but have been faced with a few problems… Assuming we want to deploy our app somewhere (in our case on *.meteor.com), we would have to either:

  1. share credentials
  2. wait for the “owner” to deploy the changes
    In order to get rid of this we can use CI to not only automate testing and linting, but also automate deployment.

The same goes for packages too.
There are several git issues regarding different github != atmosphere package version.
With CI powered automated publishing we could get rid of this problem.

If you find any failures please report back, so I can fix them.
Thanks in advance,
Lukas

1 Like