Backend/build/ci/build.yaml
zervo a3e044dec5 Improved strings, CI & schedules base
Improved some strings, added the basics to prepare for integrating schedules again, and added basic Forgejo CI.
2024-12-06 21:53:37 +01:00

12 lines
No EOL
256 B
YAML

on: [push]
jobs:
build:
runs-on: docker
steps:
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.
- uses: actions/upload-artifact@v3
with:
name: build-artifact
path: ./stbackend