New Deploy action

This commit is contained in:
2023-08-21 23:03:42 +02:00
parent ece406686e
commit 27437c87ac
4 changed files with 29 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
name: Deploy
on:
push:
tags:
- '*'
jobs:
deploy:
runs-on: ubuntu-latest
env:
DOCKER_COMPOSE: IMAGE_TAG=${{ gitea.ref_name }} docker compose --ansi=never -f=compose.yaml -f=compose.prod.yaml
steps: