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