Skip to content
Snippets Groups Projects
Commit 7b01b411 authored by Daniel Thomas's avatar Daniel Thomas
Browse files

Merge branch 'release-cut-1-5-2025' into 'main'

Release Cut: release-cut-1-5-2025

See merge request !44
parents b1900ef6 d91bb22e
No related branches found
No related tags found
3 merge requests!51Merge main into release-cut-5-5-2025,!46Develop,!44Release Cut: release-cut-1-5-2025
Pipeline #70190 passed
# This file is a template, and might need editing before it works on your project.
# You can copy and paste this template into a new `.gitlab-ci.yml` file.
# You should not add this template to an existing `.gitlab-ci.yml` file by using the `include:` keyword.
#
# To contribute improvements to CI/CD templates, please follow the Development guide at:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Bash.gitlab-ci.yml
# See https://docs.gitlab.com/ee/ci/yaml/index.html for all available options
# you can delete this line if you're not using Docker
# Variables
variables:
CI_DEBUG_TRACE: "false"
# Stages
stages:
- deploy
# Dev Pipeline
deploy_develop:
stage: deploy
script:
- echo "Deploying to Dev environment..."
- sleep 30
environment:
name: D
only:
- develop
# Uat Pipeline
deploy_uat:
stage: deploy
script:
- echo "Deploying to Uat environment..."
- sleep 30
environment:
name: Uat
only:
- main
# PROD Pipeline
deploy_prod:
stage: deploy
script:
- echo "Deploying last Uat commit..."
- echo "Deploying to Prod..."
- sleep 30
environment:
name: Prod
when: manual
only:
- main
......@@ -18,3 +18,5 @@ Dummy commit at 20250327-095215
Dummy commit at 20250327-095427
Dummy commit at 20250327-095436
Dummy commit at 20250327-095437
Dummy commit at 20250327-095438
Dummy commit at 20250327-095439
\ No newline at end of file
I'm a new file doo dee doo dee dooooo
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment