Revert to direct secret substitution like prosberry
Deploy to Production / deploy (push) Successful in 10s Details

This commit is contained in:
Mark 2026-04-08 22:19:46 +02:00
parent e045ce3363
commit 04a13a0539
1 changed files with 2 additions and 7 deletions

View File

@ -28,11 +28,6 @@ jobs:
--exclude=".gitea/" \
--exclude=".gitignore" \
--exclude="designs/" \
-e "ssh -p ${SSH_PORT} -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" \
-e "ssh -p ${{ secrets.SSH_PORT }} -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" \
./ \
${SSH_USER}@${SSH_HOST}:${TARGET_DIR}
env:
SSH_PORT: ${{ secrets.SSH_PORT }}
SSH_USER: ${{ secrets.SSH_USER }}
SSH_HOST: ${{ secrets.SSH_HOST }}
TARGET_DIR: ${{ secrets.TARGET_DIR }}
${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.TARGET_DIR }}