diff --git a/.gitea/workflows/deploy-test2.yaml b/.gitea/workflows/deploy-test2.yaml new file mode 100644 index 0000000..8122fc2 --- /dev/null +++ b/.gitea/workflows/deploy-test2.yaml @@ -0,0 +1,15 @@ +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"