https://github.com/monkey-projects/plugin-infra
MonkeyCI plugin for it's own infra
https://github.com/monkey-projects/plugin-infra
Last synced: 5 months ago
JSON representation
MonkeyCI plugin for it's own infra
- Host: GitHub
- URL: https://github.com/monkey-projects/plugin-infra
- Owner: monkey-projects
- License: mit
- Created: 2024-05-30T06:28:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T14:53:35.000Z (10 months ago)
- Last Synced: 2025-04-13T22:40:20.078Z (9 months ago)
- Language: Clojure
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MonkeyCI Infra Plugin
This is a [MonkeyCI](https://www.monkeyci.com) plugin that is specifically
used by the MonkeyCI build itself in order to update the infra project to
do automated deployments.
For **production**, it updates Kustomization files in the infra repo to
update image versions using the GitHub API.
For **staging**, it updates the `versions.edn` file in the `clj/resources`
directory.
The change is then pushed to the infra repo, where depending on the environment,
either ArgoCD performs a sync, or [MonkeyCI](https://monkeyci.com) runs a
build.
This plugin should be included in build scripts.
## License
Copyright (c) 2024 by [Monkey Projects BV](https://www.monkey-projects.be).