Replaced .github workflow with gitea workflow

This commit is contained in:
Martin Berg Alstad 2024-10-05 14:56:34 +02:00
parent 25b708a6fd
commit 8df3809a6a
Signed by: martials
GPG Key ID: DF629A90917D1319
2 changed files with 2 additions and 2 deletions
.gitea/workflows

@ -7,10 +7,10 @@ on:
jobs:
deploy:
name: Build and run
runs-on: self-hosted
runs-on: host
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Run
run: docker-compose up -d --build
run: docker compose up -d --build