From 49c25fe128e31264ae1608672ddda4ad35eb8c2a Mon Sep 17 00:00:00 2001 From: Gemma Leigh Date: Tue, 26 Sep 2017 10:10:40 +0100 Subject: [PATCH] Remove the Heroku deploy provider Automatic deploys are enabled in Heroku for this app, so this section can be removed from travis.yml. Add a comment to explain when the app will be deployed. --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b13e6e7c4d..9d9eb88c98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,9 @@ deploy: - provider: script # (If version.txt is updated) - create a new tag and push to Github, update the latest-release branch script: ./create-release.sh on: master -- provider: heroku - api_key: - secure: h/9/Rcd41XVU4VYYeBoKKvG6uShEoDksCGGZ/2dgeY1f3tYnhGzzgL6TIkvhafwDbKk2Y4o6d/MI05K+s7lorf2uTKpr1To2o52hQqmb4YREPWruZtBqoRo5X4nCeN2oEdW+yJRH3jZDNUmwkPzjytqxkcUUUeDPHfz3+xCtSZk= - app: govuk-prototype-kit - on: master + # Automatic deploys are enabled in Heroku for this app + # Every push to master will deploy a new version of this app. Deploys happen automatically. + # Heroku will wait for CI to pass before deploying. notifications: email: false sudo: false