Force absolute https URL for github action
Some checks failed
Deploy via SSH / deploy (push) Failing after 4s

This commit is contained in:
Feiko Wielsma 2026-03-25 13:40:37 +01:00
parent 919374fe95
commit 383f4aa64c

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest # Make sure you have a runner with this label runs-on: ubuntu-latest # Make sure you have a runner with this label
steps: steps:
- name: Deploy to Server - name: Deploy to Server
uses: github.com/appleboy/ssh-action@v1.0.3 uses: https://github.com/appleboy/ssh-action@v1.0.3
with: with:
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }} username: ${{ secrets.SSH_USER }}