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