feat: small fixes and added deployment step
This commit is contained in:
parent
649f66fbf1
commit
3cb1a5da32
3 changed files with 8 additions and 6 deletions
|
|
@ -6,6 +6,7 @@ stages:
|
|||
# stages
|
||||
- "linting"
|
||||
- "image-build"
|
||||
- "deployment"
|
||||
|
||||
|
||||
# include jobs
|
||||
|
|
@ -14,3 +15,4 @@ include:
|
|||
# deployment
|
||||
- local: ".gitlab/linting.yaml"
|
||||
- local: ".gitlab/image-build.yaml"
|
||||
- local: ".gitlab/deployment.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue