Forgetting needed stuff and things
This commit is contained in:
parent
cbd6af574d
commit
b7ef6c7e00
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Test SSH connection
|
||||
run: |
|
||||
echo -e 'Testing SSH by connecting to ${{ vars.SSH_USER }}@${{ vars.SSH_HOST }}...'
|
||||
ssh -v -i ~/.ssh/id_foobar ${{ vars.SSH_USER }}@${{ vars.SSH_HOST }} exit 0
|
||||
ssh -v -i ~/.ssh/id_foobar -o StrictHostKeyChecking=no ${{ vars.SSH_USER }}@${{ vars.SSH_HOST }} exit 0
|
||||
echo -e 'Established SSH connection!'
|
||||
- uses: actions/download-artifact@v3
|
||||
- name: Send built pages to server
|
||||
|
|
Loading…
Add table
Reference in a new issue