diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9d0ba55..1d6ba9d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,4 +17,5 @@ jobs: steps: - uses: actions/checkout@v3 - uses: superfly/flyctl-actions/setup-flyctl@master + - run: git config --global --add safe.directory /build - run: flyctl deploy --remote-only