https://github.com/cakephp/site-api
A simple repository containing the necessary config to deploy the api site
https://github.com/cakephp/site-api
Last synced: 7 months ago
JSON representation
A simple repository containing the necessary config to deploy the api site
- Host: GitHub
- URL: https://github.com/cakephp/site-api
- Owner: cakephp
- Created: 2021-09-26T05:02:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T17:28:06.000Z (10 months ago)
- Last Synced: 2025-03-29T18:29:12.141Z (10 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository is published as a dokku application that handles `api.cakephp.org`.
The primary function of this is to create an nginx instance that handles proxying requests to the various versions of the API docs that are published.
Each of these servers has separate `location` directives that unify the URL space.
The `web.py` script is used to trick dokku into having a process to monitor.
# Deployment
This application is deployed on each push to `master`. Deployment is handled by GitHub Actions.