From 754887ac6fadc34552046dab0ff74e2072a798ab Mon Sep 17 00:00:00 2001 From: Alexander Nekrasov <59678267+AleksanderNekr@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:34:43 +0500 Subject: [PATCH] =?UTF-8?q?Update=20dotnet.yml=20=E2=80=93=20Change=20site?= =?UTF-8?q?=20to=20CTM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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