add docker files
This commit is contained in:
parent
13202bb3a6
commit
7ad838071d
@ -7,7 +7,7 @@ stages:
|
||||
build-job:
|
||||
stage: build
|
||||
tags:
|
||||
- portainer
|
||||
- deploiement
|
||||
script:
|
||||
- echo "Compilation du code..."
|
||||
# Ajoutez vos commandes de build ici
|
||||
@ -15,7 +15,7 @@ build-job:
|
||||
test-job:
|
||||
stage: test
|
||||
tags:
|
||||
- portainer
|
||||
- deploiement
|
||||
script:
|
||||
- echo "Exécution des tests..."
|
||||
# Ajoutez vos commandes de test ici
|
||||
@ -23,7 +23,7 @@ test-job:
|
||||
deploy-job:
|
||||
stage: deploy
|
||||
tags:
|
||||
- portainer
|
||||
- deploiement
|
||||
script:
|
||||
- echo "Déploiement sur Portainer..."
|
||||
- |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user