add CD
This commit is contained in:
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@ -0,0 +1,9 @@
|
||||
stages:
|
||||
- update
|
||||
|
||||
update_composer:
|
||||
stage: update
|
||||
script:
|
||||
- composer update
|
||||
only:
|
||||
- triggers
|
Reference in New Issue
Block a user