ci-workflow-added-by-devops
Some checks failed
Test Gitea Actions Workflow / test (push) Failing after 11s
Some checks failed
Test Gitea Actions Workflow / test (push) Failing after 11s
This commit is contained in:
@@ -25,10 +25,10 @@ jobs:
|
|||||||
BRANCH_NAME: ${{ github.ref_name }}
|
BRANCH_NAME: ${{ github.ref_name }}
|
||||||
|
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.HOST }}
|
host: ${{ vars.NODE_SERVER_HOST }}
|
||||||
username: pythondevs
|
username: ${{ vars.NODE_SERVER_USER }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ vars.NODE_SERVER_PASSWORD }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ vars.NODE_SERVER_PORT }}
|
||||||
script: |
|
script: |
|
||||||
echo "Incoming Branch : $BRANCH_NAME"
|
echo "Incoming Branch : $BRANCH_NAME"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user