Files
mael-landing/.gitea/workflows/deploy.yml
T
Mads ab062b2633
Deploy mael-landing / deploy (push) Failing after 0s
Add Gitea Actions deploy workflow - new
2026-06-08 21:14:26 +02:00

16 lines
269 B
YAML

name: Deploy mael-landing
on:
push:
branches:
- master
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Pull and restart
run: |
cd /home/mads/mael-landing
git pull origin master
docker compose restart