feat: update gitlab-ci

This commit is contained in:
hanif salafi 2024-11-07 13:20:36 +07:00
parent 1aa7652eb4
commit 58d475bc98
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ build-dev:
when: on_success when: on_success
only: only:
- main - main
- dev-restructure
image: docker:stable image: docker:stable
services: services:
- name: docker:dind - name: docker:dind
@ -22,6 +23,7 @@ auto-deploy:
when: on_success when: on_success
only: only:
- main - main
- dev-restructure
image: curlimages/curl:latest image: curlimages/curl:latest
services: services:
- docker:dind - docker:dind