Difference between revisions of "GitLab CI, environment:"
Jump to navigation
Jump to search
↑ https://docs.gitlab.com/ee/ci/yaml/index.html#environmentaction
Line 17: | Line 17: | ||
* <code>[[auto_stop_in]]</code> | * <code>[[auto_stop_in]]</code> | ||
* [[ENV]] | * [[ENV]] | ||
− | * [[env:]] | + | * [[GitHub Actions env:|env:]] |
== See also == | == See also == |
Latest revision as of 13:42, 16 August 2023
name: url: https://docs.gitlab.com/ee/ci/yaml/index.html#environmenturl on_stop auto_stop_in action: start | prepare | stop | verify | access [1] kubernetes deployment_tier
Examples[edit]
deploy_review: stage: deploy script: - echo "Deploy a review app" environment: name: review/$CI_COMMIT_REF_SLUG url: https://$CI_ENVIRONMENT_SLUG.example.com rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH when: never - if: $CI_COMMIT_BRANCH
Related[edit]
See also[edit]
Advertising: