Add Gitea Actions deploy workflow
Deploy mael-landing / deploy (push) Failing after 53s

This commit is contained in:
2026-06-08 21:07:47 +02:00
parent 2ad7f95a76
commit c22876d405
+16
View File
@@ -0,0 +1,16 @@
name: Deploy mael-landing
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Pull and restart
run: |
cd /home/mads/mael-landing
git pull origin master
docker compose restart