This commit is contained in:
teddy
2025-09-29 10:54:06 +07:00
parent d348cfbccb
commit 3fa0ebbbc7

View File

@@ -12,7 +12,7 @@ build_image:
- docker push 36.66.3.44:7007/$PROJECT_NAME:$CI_PIPELINE_ID - docker push 36.66.3.44:7007/$PROJECT_NAME:$CI_PIPELINE_ID
environment: environment:
only: only:
- dev - main
tags: tags:
- runner-internal-his - runner-internal-his
@@ -23,7 +23,7 @@ deploy_development:
- docker stack deploy --compose-file compose.yml scheduler-app - docker stack deploy --compose-file compose.yml scheduler-app
environment: environment:
only: only:
- dev - main
tags: tags:
- runner-internal-his - runner-internal-his
@@ -35,6 +35,6 @@ cleaning_image_and_container:
- echo y | docker image prune -a - echo y | docker image prune -a
environment: environment:
only: only:
- dev - main
tags: tags:
- runner-internal-his - runner-internal-his