Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sandbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Droz Steeve (SDR)
sandbox
Commits
703cb436
Commit
703cb436
authored
2 months ago
by
Droz Steeve (SDR)
Browse files
Options
Downloads
Patches
Plain Diff
Deploy using official GitLab image
parent
56e8d4b4
Branches
Branches containing commit
Tags
v0.6.2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-2
18 additions, 2 deletions
.gitlab-ci.yml
with
18 additions
and
2 deletions
.gitlab-ci.yml
+
18
−
2
View file @
703cb436
...
...
@@ -48,11 +48,11 @@ run_on_tag:
script
:
-
echo "Le tag $CI_COMMIT_TAG a été créé"
deploy_release
:
create_release
:
stage
:
c
tags
:
-
docker
image
:
alpine:latest
stage
:
c
rules
:
-
if
:
$CI_COMMIT_TAG
script
:
...
...
@@ -64,6 +64,22 @@ deploy_release:
expire_in
:
30 days
paths
:
-
logo.png
deploy_release
:
stage
:
c
tags
:
-
docker
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
dependencies
:
-
create_release
script
:
-
echo "Deploying new release"
artifacts
:
untracked
:
true
when
:
on_success
expire_in
:
30 days
paths
:
-
logo.png
release
:
tag_name
:
$CI_COMMIT_TAG
description
:
ImageMagick logo version $CI_COMMIT_TAG
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment