Commit 584d8b26 authored by jayed nahian's avatar jayed nahian
Browse files

fix-55

parent 1a0c5818
...@@ -37,8 +37,8 @@ deploy_job: ...@@ -37,8 +37,8 @@ deploy_job:
# Setup SSH # Setup SSH
# ----------------------- # -----------------------
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- echo "$SSH_KEY" > ~/.ssh/id_rsa - echo "$SSH_KEY" > ~/Users/tltestuser/Downloads/ndot_key_14012025
- chmod 600 ~/.ssh/id_rsa - chmod 600 ~/Users/tltestuser/Downloads/ndot_key_14012025
# Start SSH Agent and add password-protected key # Start SSH Agent and add password-protected key
- eval "$(ssh-agent -s)" - eval "$(ssh-agent -s)"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment