feat: update gitlab-ci

This commit is contained in:
hanif salafi 2024-03-28 09:26:17 +07:00
parent a9b46bdbd8
commit 017a58df65
1 changed files with 2 additions and 4 deletions

View File

@ -6,8 +6,7 @@ build-dev:
stage: build stage: build
when: on_success when: on_success
only: only:
- dev-main - main
- dev-restructure
image: docker:stable image: docker:stable
services: services:
- docker:dind - docker:dind
@ -21,8 +20,7 @@ auto-deploy:
stage: deploy stage: deploy
when: on_success when: on_success
only: only:
- dev-main - main
- dev-restructure
image: curlimages/curl:latest image: curlimages/curl:latest
services: services:
- docker:dind - docker:dind