Skip to content

Commit

Permalink
TEST: trying to see where SSH_KNOWN_HOSTS is going
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainash committed Mar 10, 2024
1 parent 9fe5fb3 commit 99d3cb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ jobs:
volumes:
- ./:/app/
steps:
- name: TEST 1
run: cat ~/.ssh/config
- name: Copy HTML to Remote Server
run: scp splash-page.html $SSH_USER_NAME@$SSH_HOST:/home1/mountash/www/peregian-free-wifi/index.html
run: echo $SSH_KNOWN_HOSTS && scp splash-page.html $SSH_USER_NAME@$SSH_HOST:/home1/mountash/www/peregian-free-wifi/index.html
- name: TEST 2
run: cat ~/.ssh/config

0 comments on commit 99d3cb5

Please sign in to comment.