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: 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