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 }}
|
||||
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user