Skip to content

Commit

Permalink
Trying line by line config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed May 7, 2024
1 parent 41e1394 commit 105b33a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ jobs:
- name: Configure ssh
run: |
echo "{{ secrets.DVC_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts
echo "{{ secrets.DVC_SSH_CONFIG }}" >> ~/.ssh/config
echo "{{ secrets.DVC_SSH_CONFIG_1 }}" >> ~/.ssh/config
echo " {{ secrets.DVC_SSH_CONFIG_2 }}" >> ~/.ssh/config
echo " {{ secrets.DVC_SSH_CONFIG_3 }}" >> ~/.ssh/config
echo " {{ secrets.DVC_SSH_CONFIG_4 }}" >> ~/.ssh/config
echo "{{ secrets.DVC_SSH_CONFIG_5 }}" >> ~/.ssh/config
echo " {{ secrets.DVC_SSH_CONFIG_6 }}" >> ~/.ssh/config
echo " {{ secrets.DVC_SSH_CONFIG_7 }}" >> ~/.ssh/config
echo " {{ secrets.DVC_SSH_CONFIG_8 }}" >> ~/.ssh/config
- name: Test ssh
run: |
echo "$(ssh cybele 'ls ./test/')"
Expand Down

0 comments on commit 105b33a

Please sign in to comment.