feat: update gitlab-ci

This commit is contained in:
hanif salafi 2024-03-06 21:23:50 +07:00
parent d1eb3359b5
commit 0abbd98af2
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