c-hive / dotdev

Next.js SPA professional website template for teams and individuals: https://c-hive.github.io/dotdev/
MIT License
0 stars 1 forks source link

Document `CONFIG_JSON` environment variable for automated deployments #102

Closed gomorizsolt closed 4 years ago

gomorizsolt commented 4 years ago

It'd be worthwhile to mention how the site can be deployed to providers via CI/CD services.

https://github.com/c-hive/c-hive.dev/blob/a40d1972238dfbf42dad12ddb642acb6ff7b4c58/package.json#L7

https://github.com/c-hive/c-hive.dev/blob/a40d1972238dfbf42dad12ddb642acb6ff7b4c58/.github/workflows/ci.yml#L50

I think an example file would be enough in this case(or let's just reference the workflow file, proposals welcome though).

thisismydesign commented 4 years ago

Could depend on https://github.com/c-hive/c-hive.dev/issues/91

thisismydesign commented 4 years ago

Change the variable name to CONFIG. Create a deployment chapter in the readme that gives an example on how to set this up.

gomorizsolt commented 4 years ago

Resolved by #106.