From 85d3e11363e0f2e73a866babcd9c117194feedeb Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Sat, 30 Dec 2023 14:44:13 -0500 Subject: [PATCH] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4c0bcb5..acc35fc 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,4 +11,4 @@ jobs: - name: Downloading Files... run: | echo Pushing Files... - sshpass -p '${{ secrets.PASS }}' scp -r -P 22 -J mattthetekie@${{ secrets.IP }} /home/runner/work/VENITH.NET/VENITH.NET mattthetekie@${{ secrets.DEST_IP }}:/var/www/venith + sshpass -p '${{ secrets.PASS }}' scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r -P 22 -J mattthetekie@${{ secrets.IP }} /home/runner/work/VENITH.NET/VENITH.NET mattthetekie@${{ secrets.DEST_IP }}:/var/www/venith