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:
build_job:
stage: build
before_script:
- apt update
- apt install docker
- apt install docker-compose
- apt update -y
- apt install docker -y
- apt install docker-compose -y
script:
- echo "Building with Docker"
- docker-compose build
......@@ -25,8 +25,8 @@ build_job:
deploy_job:
stage: deploy
before_script:
- apt update
- apt install sshpass
- apt update -y
- apt install sshpass -y
script:
- echo "Deploying to OVH Server"
- 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