Skip to content

Commit

Permalink
TEST: where's the mount?
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainash committed Mar 10, 2024
1 parent e5280d7 commit e7fe380
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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: ls -la / && ls -la /app/
- name: Copy HTML to Remote Server
run: scp /app/splash-page.html $SSH_USER_NAME@$SSH_HOST:/home1/mountash/www/peregian-free-wifi/index.html
run: scp splash-page.html $SSH_USER_NAME@$SSH_HOST:/home1/mountash/www/peregian-free-wifi/index.html

0 comments on commit e7fe380

Please sign in to comment.