Skip to content

Commit

Permalink
Update README with instructions to deploy to Heroku prod instance
Browse files Browse the repository at this point in the history
  • Loading branch information
scannillo committed Mar 3, 2020
1 parent 6f4860e commit c051288
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ After making this change, execute both the build and run steps in the *Build and

The app is currently deployed to Heroku at this url: https://ppcp-sample-merchant-sand.herokuapp.com.

#### Deploying to sandbox

To deploy to sandbox, first add a git remote called sandbox:

`git remote add sandbox https://git.heroku.com/ppcp-sample-merchant-sand.git`
Expand All @@ -26,6 +28,16 @@ Pushing your changes to this remote will automatically deploy them:

`git push sandbox master`

#### Deploying to production

To deploy to production, first add a git remote called heroku:

`git remote add heroku https://git.heroku.com/ppcp-sample-merchant-prod.git`

Pushing your changes to this remote will automatically deploy them:

`git push heroku master`

## Troubleshooting

### PayPal v2/orders Request Limitations
Expand Down

0 comments on commit c051288

Please sign in to comment.