From 780d30b19d83a716333115c3dcea60fcc30549fb Mon Sep 17 00:00:00 2001 From: Yar Bash Date: Sun, 24 Nov 2024 16:27:41 +0300 Subject: [PATCH] test-deploy v.46 --- .github/workflows/test-deployment.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test-deployment.yml b/.github/workflows/test-deployment.yml index aebb3f6..5cff99e 100644 --- a/.github/workflows/test-deployment.yml +++ b/.github/workflows/test-deployment.yml @@ -36,11 +36,6 @@ jobs: uses: actions/download-artifact@v4 with: name: production-build - - name: List folder - run: | - ls - ls main - ls dist - name: Prepare folders on production server uses: appleboy/ssh-action@v1.2.0 with: @@ -58,5 +53,5 @@ jobs: username: ${{ secrets.USERNAME }} key: ${{ secrets.SERVER_SSH_KEY }} port: ${{ secrets.SERVER_SSH_PORT }} - source: dist/* + source: main/* target: /var/www/webface/