name: Deploy Test2 run-name: Deploy Test2 on: workflow_dispatch: jobs: test: runs-on: ubuntu-latest env: DEPLOY_PATH: /home/projekte_bao/openclaw/data/openclaw/workspace/nexus ENV_TMPFILE: /tmp/nexus-deploy-env ENV_POSTGRES_PASSWORD: ${{ secrets.ENV_POSTGRES_PASSWORD }} steps: - run: echo "hello $DEPLOY_PATH"