Skip to content
Snippets Groups Projects
Commit 607833b1 authored by Leclercq Vincent's avatar Leclercq Vincent
Browse files

Update file .gitlab-ci.yml

parent a04b851a
No related branches found
No related tags found
1 merge request!15Update 2 files
Checking pipeline status
......@@ -42,6 +42,7 @@ deploy:
# Vérification du fichier créé
- ls -l private_key.pem
- cat private_key.pem
# Connexion SSH en utilisant le fichier temporaire
- ssh -i private_key.pem -o StrictHostKeyChecking=no $DEVOPS_USER@$DEV_SERVER_IP "sudo docker login -u $CI_DEPLOY_USER -p $CI_DEPLOY_PASSWORD $CI_REGISTRY"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment