Skip to content
Extraits de code Groupes Projets
Valider b0e5272c rédigé par Yanis Hessini's avatar Yanis Hessini
Parcourir les fichiers

-y

parent e24535cd
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #3459 en échec
...@@ -13,9 +13,9 @@ validate_job: ...@@ -13,9 +13,9 @@ validate_job:
build_job: build_job:
stage: build stage: build
before_script: before_script:
- apt update - apt update -y
- apt install docker - apt install docker -y
- apt install docker-compose - apt install docker-compose -y
script: script:
- echo "Building with Docker" - echo "Building with Docker"
- docker-compose build - docker-compose build
...@@ -25,8 +25,8 @@ build_job: ...@@ -25,8 +25,8 @@ build_job:
deploy_job: deploy_job:
stage: deploy stage: deploy
before_script: before_script:
- apt update - apt update -y
- apt install sshpass - apt install sshpass -y
script: script:
- echo "Deploying to OVH Server" - echo "Deploying to OVH Server"
- sshpass -p 'fipa' ssh root@141.94.166.114 - sshpass -p 'fipa' ssh root@141.94.166.114
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter