Skip to content

Commit 2c6e585

Browse files
committed
Add tag pipeline
Signed-off-by: Thomas <[email protected]>
1 parent 0f51056 commit 2c6e585

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,11 @@ pages:
8080
artifacts:
8181
paths:
8282
- public/
83+
84+
job-for-tags:
85+
stage: deploy
86+
script:
87+
- echo "Tag pipeline"
88+
rules:
89+
- if: $CI_COMMIT_TAG
8390

0 commit comments

Comments
 (0)