Files
temp-history-api/.gitea/workflows/build.yml
AzenKain ea1e12a5bc
Some checks failed
Build and Release / release (push) Failing after 16s
init
2026-04-20 09:29:40 +07:00

17 lines
301 B
YAML

name: Build and Release
run-name: ${{ gitea.actor }} build 🚀
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy to Container
run: |
docker compose up -d --build --remove-orphans