From f33e8c8b589eb2bb2cf3ba686c1459b1bc66832f Mon Sep 17 00:00:00 2001 From: DevOps Date: Sun, 21 Jun 2026 21:41:22 +0200 Subject: [PATCH] chore: remove deploy diagnostic test workflows --- .gitea/workflows/deploy-test.yaml | 11 ---------- .gitea/workflows/deploy-test2.yaml | 15 ------------- .gitea/workflows/deploy-test3.yaml | 35 ------------------------------ .gitea/workflows/deploy-test4.yaml | 18 --------------- .gitea/workflows/deploy-test5.yaml | 19 ---------------- .gitea/workflows/deploy-test6.yaml | 28 ------------------------ .gitea/workflows/deploy-test7.yaml | 25 --------------------- .gitea/workflows/deploy-test8.yaml | 25 --------------------- 8 files changed, 176 deletions(-) delete mode 100644 .gitea/workflows/deploy-test.yaml delete mode 100644 .gitea/workflows/deploy-test2.yaml delete mode 100644 .gitea/workflows/deploy-test3.yaml delete mode 100644 .gitea/workflows/deploy-test4.yaml delete mode 100644 .gitea/workflows/deploy-test5.yaml delete mode 100644 .gitea/workflows/deploy-test6.yaml delete mode 100644 .gitea/workflows/deploy-test7.yaml delete mode 100644 .gitea/workflows/deploy-test8.yaml diff --git a/.gitea/workflows/deploy-test.yaml b/.gitea/workflows/deploy-test.yaml deleted file mode 100644 index 9a95f41..0000000 --- a/.gitea/workflows/deploy-test.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: Deploy Test -run-name: Deploy Test - -on: - workflow_dispatch: - -jobs: - test: - runs-on: ubuntu-latest - steps: - - run: echo "hello" diff --git a/.gitea/workflows/deploy-test2.yaml b/.gitea/workflows/deploy-test2.yaml deleted file mode 100644 index 8122fc2..0000000 --- a/.gitea/workflows/deploy-test2.yaml +++ /dev/null @@ -1,15 +0,0 @@ -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" diff --git a/.gitea/workflows/deploy-test3.yaml b/.gitea/workflows/deploy-test3.yaml deleted file mode 100644 index dd4de50..0000000 --- a/.gitea/workflows/deploy-test3.yaml +++ /dev/null @@ -1,35 +0,0 @@ -name: Deploy Test3 -run-name: Deploy Test3 - -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 }} - ENV_JWT_KEY: ${{ secrets.ENV_JWT_KEY }} - ENV_OPENCLAW_TOKEN: ${{ secrets.ENV_OPENCLAW_TOKEN }} - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - ref: main - fetch-depth: 0 - - name: Resolve Version - id: version - run: | - VERSION=$(cat VERSION | tr -d '[:space:]') - echo "version=${VERSION}" >> "$GITEA_OUTPUT" - - name: Prepare env - run: | - cat > "${ENV_TMPFILE}" <> "$GITEA_OUTPUT" diff --git a/.gitea/workflows/deploy-test6.yaml b/.gitea/workflows/deploy-test6.yaml deleted file mode 100644 index a75bd7d..0000000 --- a/.gitea/workflows/deploy-test6.yaml +++ /dev/null @@ -1,28 +0,0 @@ -name: Deploy Test6 -run-name: Deploy Test6 - -on: - workflow_dispatch: - -jobs: - test: - runs-on: ubuntu-latest - env: - ENV_TMPFILE: /tmp/nexus-deploy-env - DEPLOY_PATH: /home/test - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - ref: main - - name: Test heredoc - run: | - HOST_OWNER_PASSWORD="testpass" - cat > "${ENV_TMPFILE}" < "${ENV_TMPFILE}" << 'ENVEOF' -POSTGRES_DB=nexus -POSTGRES_PASSWORD=secret -OWNER_PASSWORD=nonexpand -ENVEOF - echo "OK" diff --git a/.gitea/workflows/deploy-test8.yaml b/.gitea/workflows/deploy-test8.yaml deleted file mode 100644 index 93c7369..0000000 --- a/.gitea/workflows/deploy-test8.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: Deploy Test8 -run-name: Deploy Test8 - -on: - workflow_dispatch: - -jobs: - test: - runs-on: ubuntu-latest - env: - ENV_TMPFILE: /tmp/nexus-deploy-env - DEPLOY_PATH: /home/projekte_bao/openclaw/data/openclaw/workspace/nexus - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - ref: main - - name: Prepare env - run: | - echo "POSTGRES_DB=nexus" > "${ENV_TMPFILE}" - echo "POSTGRES_PASSWORD=secret" >> "${ENV_TMPFILE}" - echo "OK" - - name: Health Check - run: | - curl -sf --max-time 10 https://nexus.noveria.net/health && echo "OK"