add docker files
This commit is contained in:
parent
1b0b52e558
commit
27d58bea0f
@ -3,6 +3,7 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
|
||||||
build-job:
|
build-job:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@ -17,6 +18,8 @@ test-job:
|
|||||||
|
|
||||||
deploy-job:
|
deploy-job:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
tags:
|
||||||
|
- portainer
|
||||||
script:
|
script:
|
||||||
- echo "Déploiement sur Portainer..."
|
- echo "Déploiement sur Portainer..."
|
||||||
- |
|
- |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user