update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user