diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c73aec5..e19e87c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,7 @@ jobs: if: github.ref == 'refs/heads/main' uses: appleboy/scp-action@master with: + debug: true host: ${{ secrets.DEPLOY_HOST }} port: 2299 username: ${{ secrets.DEPLOY_USER }}