Martin Berg Alstad 8df3809a6a
Some checks failed
Build & test / build (push) Failing after 5s
Replaced .github workflow with gitea workflow
2024-10-05 14:56:34 +02:00

17 lines
280 B
YAML

name: Deploy image to server, build and run
on:
push:
branches: [ master ]
jobs:
deploy:
name: Build and run
runs-on: host
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Run
run: docker compose up -d --build