diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 173bcb9..995ae0a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,5 +13,6 @@ jobs: 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 \ No newline at end of file