github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/environment/example-1.yaml (about)

     1  # https://docs.gitlab.com/ee/ci/yaml/#environment
     2  
     3  deploy to production:
     4    stage: deploy
     5    script: git push production HEAD:main
     6    environment: production