Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
deploy to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Jun 24, 2020
1 parent 09873d5 commit e8f0bf1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGEOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased](https://github.com/matthew-shaw/govuk-frontend-jinja-example/compare/0.2.0...master)

## [0.2.0](https://github.com/matthew-shaw/govuk-frontend-jinja-example/releases/tag/0.2.0)
### Added

- `Procfile` and `gunicorn` requirements to deploy to Heroku

## [0.2.0](https://github.com/matthew-shaw/govuk-frontend-jinja-example/releases/tag/0.2.0) - 18/06/2020

### Changed

Expand All @@ -15,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Removed `app/*` prefix from template
- Changed `index.html` template to extend base [GOV.UK page template](https://design-system.service.gov.uk/styles/page-template/)

## [0.1.0](https://github.com/matthew-shaw/govuk-frontend-jinja-example/releases/tag/0.1.0)
## [0.1.0](https://github.com/matthew-shaw/govuk-frontend-jinja-example/releases/tag/0.1.0) - 12/06/2020

### Added

Expand Down
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn app:app --log-file -
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
flask==1.1.2
govuk-frontend-jinja==0.2.0
gunicorn==20.0.4
python-dotenv==0.13.0
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.8.2

0 comments on commit e8f0bf1

Please sign in to comment.