Last active
August 6, 2021 10:51
-
-
Save rgmvisser/8ecfd229bb5e98b84eb200b0dc0e0d9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
projects: | |
- name: MyProject | |
description: My Project Description | |
environments: | |
- slug: dev | |
name: Development | |
configs: | |
- slug: dev | |
- slug: dev_ruud | |
- slug: ci | |
name: Continues Integration | |
configs: | |
- slug: ci | |
- slug: ci_bitbucket | |
- slug: ci_github | |
- slug: stg | |
name: Staging | |
configs: | |
- slug: stg | |
- slug: prod | |
name: Production | |
configs: | |
- slug: prod | |
- slug: prod_eu | |
secrets: | |
dev: | |
MY_SECRET: NOT_SO_SECRET_VALUE | |
SECRET_EMPTY: "" | |
ci_github: | |
MY_SECRET: NOT_SO_SECRET_VALUE | |
SECRET_EMPTY: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment