change port location
Build and Deploy Docker / build (push) Successful in 23s
Build and Deploy Docker / deploy (push) Successful in 33s

This commit is contained in:
2026-06-30 10:59:38 +02:00
parent 8491098fae
commit 2db3b96b25
+1 -1
View File
@@ -37,9 +37,9 @@ jobs:
steps:
- name: Deploy via SSH
uses: appleboy/ssh-action@v1.2.0
port: ${{ secrets.SERVER_PORT }}
with:
host: ${{ secrets.SERVER_HOST }}
port: ${{ secrets.SERVER_PORT }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SERVER_SSH_KEY }}
script: |