Skip to content

Instantly share code, notes, and snippets.

@rgmvisser
Last active August 6, 2021 10:51
Show Gist options
  • Save rgmvisser/8ecfd229bb5e98b84eb200b0dc0e0d9d to your computer and use it in GitHub Desktop.
Save rgmvisser/8ecfd229bb5e98b84eb200b0dc0e0d9d to your computer and use it in GitHub Desktop.
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