Best practices on publishing packages to Atmosphere using Continuous Integration such as Codeship or Travis

Hi everyone,

I just want to know how you guys publish your meteor package after it has already passed the build from a continuous integration app like Codeship or Travis. I’ve tried mimicking @arunoda and @aldeed’s travis.yml and adding tinytest to my packages so it also tests itself in Travis, and show a passing build icon in my github repo… but I got stumped on how to “auto-magically” publish it to atmosphere for my future projects.

Do you guys just publish it from your local console or am I missing something?

Thanks :slight_smile:

Check out @splendido’s awesome autopublish.meteor.com.

2 Likes

cool! I might try this. Thanks :smile:

I publish from local console

1 Like

I know topic is old but maybe it will be handy for someone: