stages: # List of stages for jobs, and their order of execution - production production: stage: production image: ruby:latest script: - gem install faraday -v 1.8.0 - dpl --provider=heroku --app=$HEROKU_APP --api-key=$HEROKU_API_KEY only: - master