Files
nexus/.gitea/workflows/deploy-test2.yaml
T
devops dd81070afd
CI - Build & Test / Backend (.NET) (push) Has been cancelled
CI - Build & Test / Frontend (Vue/TS) (push) Has been cancelled
CI - Build & Test / Security Check (push) Has been cancelled
test: env with secrets
2026-06-21 21:35:55 +02:00

16 lines
353 B
YAML

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"