ci-workflow-added-by-devops
Some checks failed
Test Gitea Actions Workflow / test (push) Failing after 11s

This commit is contained in:
WdiplGit
2025-11-28 19:26:44 +00:00
parent d7a93a40ab
commit 946ffe86f1

View File

@@ -25,10 +25,10 @@ jobs:
BRANCH_NAME: ${{ github.ref_name }}
with:
host: ${{ secrets.HOST }}
username: pythondevs
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
host: ${{ vars.NODE_SERVER_HOST }}
username: ${{ vars.NODE_SERVER_USER }}
password: ${{ vars.NODE_SERVER_PASSWORD }}
port: ${{ vars.NODE_SERVER_PORT }}
script: |
echo "Incoming Branch : $BRANCH_NAME"