Files
mael-landing/.gitea/workflows/deploy.yml
T
Mads ff3f4ea664
Deploy mael-landing / deploy (push) Failing after 1s
added sparkles test -4
2026-06-08 23:33:02 +02:00

18 lines
466 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 -f /home/mads/mael-landing/docker-compose.yml restart