add deploy job base
This commit is contained in:
parent
53a011447a
commit
4516d304c6
|
@ -20,6 +20,11 @@ build:
|
|||
paths:
|
||||
- $BUILD_DIR
|
||||
|
||||
.deploy: &deploy
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- build
|
||||
|
||||
deploy-dev:
|
||||
<<: *deploy
|
||||
rules:
|
||||
|
|
Loading…
Reference in New Issue