From ac5c12d550476684f84e90155297f24393f6664e Mon Sep 17 00:00:00 2001 From: Yar Bash Date: Thu, 21 Nov 2024 22:36:12 +0300 Subject: [PATCH] test-deploy 38 --- .github/workflows/test-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-deployment.yml b/.github/workflows/test-deployment.yml index 636cad5..65d4077 100644 --- a/.github/workflows/test-deployment.yml +++ b/.github/workflows/test-deployment.yml @@ -37,7 +37,7 @@ jobs: with: name: production-build - name: Display artifact files - run: ls main + run: ls webface_test - name: Prepare folders on production server uses: appleboy/ssh-action@v1.2.0 with: @@ -53,5 +53,5 @@ jobs: username: root key: ${{ secrets.SERVER_SSH_KEY }} port: 22 - source: main/* + source: webface_test/* target: /var/www/