Forgetting needed stuff and things
All checks were successful
build / build (push) Successful in 35s
build / deploy (push) Successful in 14s

This commit is contained in:
Jarkko Toivanen 2025-01-25 02:58:50 +02:00
parent cbd6af574d
commit b7ef6c7e00
Signed by: jt
GPG key ID: 9151B109B73ECAD5

View file

@ -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