From 1633c0e0b889113d0d7f76a27ee5912dbb9c79aa Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Sat, 30 Dec 2023 16:25:19 -0500 Subject: [PATCH] Update push.yml --- .github/workflows/push.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 19b9f9a..67bac41 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,17 +16,13 @@ jobs: - name: Downloading Files run: | echo Downloading Files... - mkdir /home/runner/VENITH1 - cd /home/runner/VENITH1 - git clone "https://github.com/VenithNET/VENITH.NET" - echo $PWD - name: Push Files via SCP uses: appleboy/scp-action@master with: host: ${{ secrets.DEST_IP }} username: mattthetekie password : ${{ secrets.PASS }} - source: "/home/runner/VENITH1/VENITH.NET" + source: "/home/runner/work/VENITH.NET/VENITH.NET/" target: "/var/www/2/" proxy_host: ${{ secrets.IP }} proxy_username: mattthetekie