feat: update gitlab-ci
This commit is contained in:
parent
2c56a7e6de
commit
4d6600e7c4
|
|
@ -1,6 +1,5 @@
|
||||||
stages:
|
stages:
|
||||||
- build-app
|
- build
|
||||||
- build-image
|
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
build-app:
|
build-app:
|
||||||
|
|
@ -13,7 +12,7 @@ build-app:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
stage: deploy
|
stage: build
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue