https://github.com/benjaminortizulloa/plumber-git-oauth
https://github.com/benjaminortizulloa/plumber-git-oauth
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminortizulloa/plumber-git-oauth
- Owner: benjaminortizulloa
- Created: 2020-08-06T22:00:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T18:40:26.000Z (over 4 years ago)
- Last Synced: 2024-06-05T02:31:50.121Z (11 months ago)
- Language: R
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - benjaminortizulloa/plumber-git-oauth - (R)
README
### .Renviron file
```
RECON_URL_TYPE = "prod"
RECON_URL_DEV = "http://localhost:8080"
CLIENT_ID_DEV = ""
CLIENT_SECRET_DEV = ""
RECON_URL_PROD = "https://infallible-meitner-feacd3.netlify.app"
CLIENT_ID_PROD = ""
CLIENT_SECRET_PROD = ""
GITHUB_AUTH_ACCESSTOKEN_URL = 'https://github.com/login/oauth/access_token'
PG_AUTH = ""
```### docker launch
```
docker build -t plumber-test .
docker run --rm -p 3000:3000 -d plumber-test
```### heroku launch
```
heroku apps
heroku container:push web
heroku container:release web
heroku open
```