Commit 091cb028 authored by Marcel Amirault's avatar Marcel Amirault

Fix the environments CI example

parent c3f0b38f
...@@ -159,9 +159,9 @@ deploy_prod: ...@@ -159,9 +159,9 @@ deploy_prod:
environment: environment:
name: production name: production
url: https://example.com url: https://example.com
when: manual
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
``` ```
The `when: manual` action: The `when: manual` action:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment