Create a deployment_token.json:
METEOR_SESSION_FILE=deployment_token.json meteor login
Create the following environment variables on Codeship: (https://codeship.com/projects/PROJECT_NUMBER/configure_environment)
METEOR_TARGET: your.domain.com
METEOR_TOKEN: Copy/Paste the contents o...