From ac8be1d9520d50837d50fcfc3a2eec73f17d3ff7 Mon Sep 17 00:00:00 2001 From: Victor Pogor Date: Mon, 30 Nov 2020 18:31:56 +0000 Subject: [PATCH] chore: updated the deployment script name --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6179a0e8..52754c1b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: "Deploy CodeIT theme to codeit.suntprogramator.dev" +name: "Deploy status" on: push: branches: @@ -22,5 +22,5 @@ jobs: host: ${{ secrets.FTP_URL }} user: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }} - localDir: "public" - remoteDir: "www/codeit.suntprogramator.dev" \ No newline at end of file + localDir: "CodeIT/exampleSite/public" + remoteDir: "www/codeit.suntprogramator.dev"