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

Show ssh private key

parent be036e4b
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ build_image: ...@@ -38,6 +38,7 @@ build_image:
- mkdir ~/.ssh - mkdir ~/.ssh
- echo $SSH_KEY | base64 -d > ~/.ssh/id_ed25519 - echo $SSH_KEY | base64 -d > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519
- cat ~/.ssh/id_ed25519
- ssh -o StrictHostKeyChecking=no ubuntu@141.94.208.123 ./update.sh - ssh -o StrictHostKeyChecking=no ubuntu@141.94.208.123 ./update.sh
only: only:
- main - 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