Files
nexus/.gitea/workflows/deploy-test5.yaml
T
devops 0fdc40a95c
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: checkout + GITEA_OUTPUT
2026-06-21 21:36:45 +02:00

20 lines
385 B
YAML

name: Deploy Test5
run-name: Deploy Test5
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
- name: Resolve Version
id: version
run: |
VERSION=$(cat VERSION | tr -d '[:space:]')
echo "version=${VERSION}" >> "$GITEA_OUTPUT"