diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 69265d6..d7aa2f4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,6 +10,10 @@ jobs: runs-on: self-hosted steps: + - name: Garantindo safe directory + run: | + git config --global --add safe.directory /opt/wifi-etl + - name: Clone/Update código run: | set -e