diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 416dc97..83f4173 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: + - name: Test SSH access + run: ssh -Tv git@koptilnya.xyz - name: Checkout code uses: actions/checkout@v4 with: