diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index aee3f85..f35906a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -26,9 +26,9 @@ jobs: - name: 📂 Deploy to FTP server uses: SamKirkland/FTP-Deploy-Action@v4.3.4 with: - server: web-api.somee.com + server: chesstourmanager.somee.com username: AlexSmith1 password: ${{ secrets.FTP_PASSWORD }} local-dir: /publish/ - server-dir: www.web-api.somee.com/ + server-dir: www.chesstourmanager.somee.com/ timeout: 120000