Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/os-climate/devops-common
Common/shared DevOps infrastructure, scripts and tooling
https://github.com/os-climate/devops-common
Last synced: 7 days ago
JSON representation
Common/shared DevOps infrastructure, scripts and tooling
- Host: GitHub
- URL: https://github.com/os-climate/devops-common
- Owner: os-climate
- License: apache-2.0
- Created: 2024-05-20T21:19:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T20:05:51.000Z (17 days ago)
- Last Synced: 2024-10-28T21:20:18.244Z (16 days ago)
- Language: Shell
- Size: 438 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
> On June 26 2024, Linux Foundation announced the merger of its financial services umbrella, the Fintech Open Source Foundation ([FINOS](https://finos.org)), with OS-Climate, an open source community dedicated to building data technologies, modeling, and analytic tools that will drive global capital flows into climate change mitigation and resilience; OS-Climate projects are in the process of transitioning to the [FINOS governance framework](https://community.finos.org/docs/governance); read more on [finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg](https://finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg)# os-climate/devops-common
## Shared DevOps tooling, including linting tools, GitHub Actions
This repository shares common GitHub Actions, workflows, linting settings, etc.
Deployment is automated using a single GitHub workflow, defined in this file:
[workflows/bootstrap.yaml](workflows/bootstrap.yaml)
...and a complementary shell script location here:
[scripts/bootstrap.sh](scripts/bootstrap.sh)
The workflow runs weekly to ensure downstream repositories are regularly updated.