Skip to content

Commit

Permalink
TEST: to see if EnvVars are passed
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainash committed Mar 10, 2024
1 parent 86b5c14 commit fe91ecf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
volumes:
- ./:/app/
steps:
- name: Test
run: echo "Test" && echo $SSH_HOST && echo $SSH_USER_NAME && echo $SSH_KNOWN_HOSTS
- name: Copy HTML to Remote Server
run: scp splash-page.html $SSH_USER_NAME@$SSH_HOST:/home1/mountash/www/peregian-free-wifi/index.html

0 comments on commit fe91ecf

Please sign in to comment.