Edit .gitlab-ci.yml

This commit is contained in:
hanif salafi 2025-09-23 08:26:15 +00:00
parent 9f9a4cc5b8
commit 14e6c5e6ba
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ stages:
build-dev:
stage: build
tags:
- shared-runner
- shared
when: on_success
only:
- main
@ -22,7 +22,7 @@ build-dev:
auto-deploy:
stage: deploy
tags:
- shared-runner
- shared
when: on_success
only:
- main