https://github.com/ecomplus/app-github-cd
Update store GitHub repo after procedures to trigger deploys
https://github.com/ecomplus/app-github-cd
Last synced: about 1 month ago
JSON representation
Update store GitHub repo after procedures to trigger deploys
- Host: GitHub
- URL: https://github.com/ecomplus/app-github-cd
- Owner: ecomplus
- License: mit
- Created: 2019-03-28T23:49:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T16:08:21.000Z (10 months ago)
- Last Synced: 2025-03-24T19:21:33.974Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# app-github-cd
Updates store GitHub repo after procedures to handle CD
## Environment variables sample
Variable | Value
--- | ---
`LOGGER_OUTPUT` | `~/app/log/logger.out`
`LOGGER_ERRORS` | `~/app/log/logger.err`
`LOGGER_FATAL_ERRORS` | `~/app/log/_stderr`
`PROXY_PORT` | `3000`
`PROXY_AUTH` | `auth_token`
`GITHUB_APP_ID` | `1234`
`GITHUB_APP_KEY` | `~/app/github-app.private-key.pem`
`ECOM_AUTH_DB` | `~/app/db.sqlite`
`SCHEDULED_DEPLOYS` | `true`
`APP_BASE_URI` | `https://app.ecomplus.biz/api/v1`## GitHub App
https://github.com/apps/e-com-plus-storefront
## Production server
Published at https://github.ecomplus.biz
### Continuous deployment
When app version is **production ready**,
[create a new release](https://github.com/ecomclub/app-github-cd/releases)
to run automatic deploy from `master` branch.