Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
devops
CI
Merge requests
!30
Nestor/deploy with template single script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Nestor/deploy with template single script
nestor/deploy_with_template_single_script
into
master
Overview
29
Commits
25
Pipelines
0
Changes
2
Merged
Nestor Arocha Rodriguez
requested to merge
nestor/deploy_with_template_single_script
into
master
5 years ago
Overview
26
Commits
25
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 12
cb0ae5ae
5 years ago
version 11
7ea7c468
5 years ago
version 10
7ea7c468
5 years ago
version 9
82c6e16e
5 years ago
version 8
8537a5ab
5 years ago
version 7
2f4aba4d
5 years ago
version 6
ab41550d
5 years ago
version 5
40f72d15
5 years ago
version 4
3eced247
5 years ago
version 3
68d73a15
5 years ago
version 2
7f13bfa1
5 years ago
version 1
bc4bc9e4
5 years ago
master (base)
and
latest version
latest version
6a6e74b0
25 commits,
5 years ago
version 12
cb0ae5ae
24 commits,
5 years ago
version 11
7ea7c468
23 commits,
5 years ago
version 10
7ea7c468
23 commits,
5 years ago
version 9
82c6e16e
14 commits,
5 years ago
version 8
8537a5ab
12 commits,
5 years ago
version 7
2f4aba4d
11 commits,
5 years ago
version 6
ab41550d
10 commits,
5 years ago
version 5
40f72d15
9 commits,
5 years ago
version 4
3eced247
7 commits,
5 years ago
version 3
68d73a15
6 commits,
5 years ago
version 2
7f13bfa1
4 commits,
5 years ago
version 1
bc4bc9e4
3 commits,
5 years ago
2 files
+
22
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
gitlab/deploy_with_template.yml
+
14
−
1
Options
.deploy-template
:
stage
:
deploy
before_script
:
-
curl https://git.iwoca.co.uk/devops/ci/raw/4.0.
9
/scripts/deploy.sh > deploy.sh
-
curl https://git.iwoca.co.uk/devops/ci/raw/4.0.
22
/scripts/deploy.sh > deploy.sh
-
chmod +x deploy.sh
script
:
-
eval VARIABLE="${VARIABLE}"
# evaluate variable used in job definition
@@ -11,3 +11,16 @@
only
:
refs
:
-
master
.docker-deploy-template
:
extends
:
.deploy-template
variables
:
DEVOPS_CI_REGISTRY_IMAGE
:
"
git.iwoca.co.uk:4567/devops/ci/"
RELEASE
:
4.0.22
image
:
${DEVOPS_CI_REGISTRY_IMAGE}iwoca-terragrunt/${TERRAFORM_VERSION}:${RELEASE}
before_script
:
-
source /apps/configure-ssh.sh
-
mv /apps/deploy.sh .
tags
:
-
docker-deploy
Loading