Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/public-transport/example-deployment
Example deployment (including CI/CD) on our shared infrastructure.
https://github.com/public-transport/example-deployment
deployment
Last synced: about 2 months ago
JSON representation
Example deployment (including CI/CD) on our shared infrastructure.
- Host: GitHub
- URL: https://github.com/public-transport/example-deployment
- Owner: public-transport
- License: isc
- Created: 2020-03-23T21:33:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T16:03:20.000Z (about 1 year ago)
- Last Synced: 2024-10-29T11:28:34.831Z (3 months ago)
- Topics: deployment
- Language: TypeScript
- Homepage: https://example.infra.public-transport.earth
- Size: 348 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# example-deployment
Example deployment (including CI/CD) on our [shared infrastructure](https://github.com/public-transport/infrastructure). **For a complete guide on how to deploy your own app, check [these instructions](https://github.com/public-transport/infrastructure/blob/main/kubernetes/#how-can-i-deploy-my-own-app).**
Note that, by deploying something to our infrastructure, you commit to the [code of conduct](https://github.com/public-transport/infrastructure/blob/master/code-of-conduct.md).
[![License](https://img.shields.io/github/license/public-transport/example-deployment.svg?style=flat)](license)
## CI configuration
The GitHub Actions workflow publishes container images to [GitHub's container registry](https://ghcr.io) by default, so you can just copy the workflow file to your own repository and things should work out of the box.
## Contributing
If you found a bug or want to propose a feature, feel free to visit [the issues page](https://github.com/public-transport/example-deployment/issues).