Skip to content

Commit 63b8311

Browse files
committed
build(pipeline): add configuration
1 parent e29c9d1 commit 63b8311

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
stages:
2+
- deploy
3+
4+
trigger_endpoint/safenet:
5+
stage: deploy
6+
trigger:
7+
project: endpoint/safenet
8+
branch: main
9+
only:
10+
- main
11+
- tags

0 commit comments

Comments
 (0)