Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
znarf committed Jan 4, 2022
1 parent 8e5f11d commit 9fd0cde
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,36 @@ None

### Production (heroku)

To deploy to staging or production, you need to be a core member of the Open Collective team.

#### Prerequisite

Install the Heroku CLI

`npm install -g heroku`

Login on the Heroku CLI

`heroku login`

Configure production remote

```
# Before first deployment, configure production remote
git remote add production https://git.heroku.com/contributors-svg.git
```

#### Deploy

# Then deploy main with
```
npm run deploy:production
```

- URL: https://contributors-svg.opencollective.com/

## Troubleshooting

### Inspecting the Redis cache (production)

```
heroku redis:cli --app contributors-svg
```

0 comments on commit 9fd0cde

Please sign in to comment.