Skip to content

Commit

Permalink
update readme (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeozMaxwellJilliams authored Apr 7, 2020
1 parent 29cbffb commit 1de814b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ Inside the project folder, to create a new heroku project:
heroku create
```

OR, if you have an existing heroku project (which this project currently does):

```
heroku git:remote -a <app name>
```

The current app name is `warm-hollows-93227`.

This project uses a PostgreSQL database which will be provisioned using Heroku. This should be automatically provisioned when the app is first created, however, if it is not, consult the Heroku PostgreSQL docs [here](https://devcenter.heroku.com/articles/heroku-postgresql#provisioning-heroku-postgres) to set it up.

Then, login to the Docker Container Registry:
Expand Down Expand Up @@ -169,7 +177,7 @@ Subsequent deployments are much simpler, just run:

```
heroku container:push web
heroku container: release web
heroku container:release web
```

Occaisionally, you may need to remigrate the database if data has been reseeded:
Expand Down

0 comments on commit 1de814b

Please sign in to comment.