Skip to content

Commit

Permalink
rename .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Nov 7, 2024
1 parent 180dee3 commit 0810ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions RUN_IN_CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This documentation describe how to run the check script using different CI services.

Examples are provided they will run the check script every hour and send a notifications to OpsGenie. You can customize them to fit your needs using environment variables described in [config.env.example](config.env.example) file.
Examples are provided, they will run the check script every hour and send a notifications to OpsGenie. You can customize them to fit your needs using environment variables described in [config.env.example](config.env.example) file.

## GitHub Actions

Expand All @@ -14,7 +14,7 @@ More info on [Github Actions](https://docs.github.com/en/actions/writing-workflo

## CircleCI

Create a new config file in your repository under `.circleci/config.yaml`. You can use the provided example [config.yaml.example](.circleci/config.yaml.example).
Create a new config file in your repository under `.circleci/config.yml`. You can use the provided example [config.yml.example](.circleci/config.yml.example).

You can set environement variable using CircleCI [contexts](https://circleci.com/docs/contexts/#create-and-use-a-context. Alternatively you can use CircleCI [Project's environement variables](https://circleci.com/docs/set-environment-variable/#set-an-environment-variable-in-a-project).

0 comments on commit 0810ba7

Please sign in to comment.