Skip to content

Commit

Permalink
Remove the Heroku deploy provider
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gemmaleigh committed Sep 26, 2017
1 parent f549d25 commit 49c25fe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49c25fe

Please sign in to comment.