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