Skip to content
Snippets Groups Projects
Verified Commit be036e4b authored by Romain Lebbadi-Breteau's avatar Romain Lebbadi-Breteau
Browse files

Fix cicd

parent e8f0014f
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,8 @@ build_image:
- docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH -f docker/Dockerfile.prod .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH
- mkdir ~/.ssh
- echo "ssh-ed25519 $SSH_KEY" > ~/.ssh/id_ed25519
- echo $SSH_KEY | base64 -d > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519
- ssh -o StrictHostKeyChecking=no ubuntu@141.94.208.123 ./update.sh
only:
- main
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