Revert to direct secret substitution like prosberry
Deploy to Production / deploy (push) Successful in 10s
Details
Deploy to Production / deploy (push) Successful in 10s
Details
This commit is contained in:
parent
e045ce3363
commit
04a13a0539
|
|
@ -28,11 +28,6 @@ jobs:
|
||||||
--exclude=".gitea/" \
|
--exclude=".gitea/" \
|
||||||
--exclude=".gitignore" \
|
--exclude=".gitignore" \
|
||||||
--exclude="designs/" \
|
--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}
|
${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.TARGET_DIR }}
|
||||||
env:
|
|
||||||
SSH_PORT: ${{ secrets.SSH_PORT }}
|
|
||||||
SSH_USER: ${{ secrets.SSH_USER }}
|
|
||||||
SSH_HOST: ${{ secrets.SSH_HOST }}
|
|
||||||
TARGET_DIR: ${{ secrets.TARGET_DIR }}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue