Files
mael-landing/.gitea/workflows/deploy.yml
T
Mads c22876d405
Deploy mael-landing / deploy (push) Failing after 53s
Add Gitea Actions deploy workflow
2026-06-08 21:07:47 +02:00

16 lines
271 B
YAML

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