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

18 lines
420 B
YAML

name: Deploy mael-landing
on:
push:
branches:
- master
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Pull and restart
run: |
git config --global --add safe.directory /home/mads/mael-landing
cd /home/mads/mael-landing
git remote set-url origin http://gitea:3000/Mads/mael-landing.git
git pull origin master
docker compose restart