diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b35520a..580d544 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -15,4 +15,4 @@ jobs: cd /home/mads/mael-landing git remote set-url origin http://gitea:3000/Mads/mael-landing.git git pull origin master - docker-compose restart \ No newline at end of file + docker compose -f /home/mads/mael-landing/docker-compose.yml restart \ No newline at end of file