From 4be02e663be0c7cc1e45c3536f2eeb37bbec58c0 Mon Sep 17 00:00:00 2001 From: aslan Date: Mon, 5 Feb 2024 13:12:58 +0300 Subject: [PATCH] fix CI deploy --- .gitea/workflows/php.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/php.yml b/.gitea/workflows/php.yml index 014f558..a567911 100644 --- a/.gitea/workflows/php.yml +++ b/.gitea/workflows/php.yml @@ -74,5 +74,6 @@ jobs: port: ${{ secrets.PORT }} script: | cd /var/www/test-testabit/ - git fetch + git stash + git pull --rebase make setup-test