From d3f3afc02aba5b6ef84745e5a9e5fda674b61268 Mon Sep 17 00:00:00 2001
From: ridel1e <ridellee@gmail.com>
Date: Thu, 11 Jul 2024 20:36:24 +0300
Subject: [PATCH] Revert "try to update folder"

This reverts commit abca36728037994e3ebf085cd10831c58f1a03de.
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1f7a731c1..c65b2581d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
         uses: garygrossgarten/github-action-scp@release
         with:
           local: /home/runner/build
-          remote: /var/www/test_new
+          remote: /var/www/test
           host: ${{ secrets.HOST }}
           username: ${{ secrets.USERNAME }}
           privateKey: ${{ secrets.KEY }}