feat: update gitlab-ci

This commit is contained in:
hanif salafi 2024-03-06 21:23:50 +07:00
parent 2c56a7e6de
commit 4d6600e7c4
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
stages:
- build-app
- build-image
- build
- deploy
build-app:
@ -13,7 +12,7 @@ build-app:
- main
build-image:
stage: deploy
stage: build
image: docker:stable
services:
- docker:dind