You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple repository in charge of publishing to S3 the latest version of your flag configuration
1
+
## Flags Config Deployer
2
+
3
+
[](https://github.com/go-feature-flag/flags-config-deployer/actions/workflows/deployer.yaml)
4
+
5
+
This repository deploys configurations for GO Feature Flag to Amazon S3.
6
+
Every commit merged to the `main` branch triggers a deployment, making the latest flag configuration available.
7
+
8
+
If a configuration is not valid the flag will be rejected.
9
+
10
+
---
11
+
12
+
_This repository is used to manage the internal instance of GO Feature Flag used by the GO Feature Flag team._
0 commit comments