add docker files

This commit is contained in:
canguilieme julien 2024-10-07 21:03:12 +02:00
parent 1b0b52e558
commit 27d58bea0f

View File

@ -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..."
- |