From 7ffa81b72687a17960543d7d498cc31cb29bc68d Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Sat, 30 Dec 2023 16:06:46 -0500 Subject: [PATCH] Update push.yml --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f2c3a8e..3d8d162 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,10 +13,10 @@ jobs: - name: copy file via ssh key uses: appleboy/scp-action@master with: - host: ${{ secrets.IP }} + host: ${{ secrets.DEST_IP }} username: mattthetekie password : ${{ secrets.PASS }} - proxy_host: ${{ secrets.DEST_IP }} + proxy_host: ${{ secrets.IP }} proxy_username: mattthetekie proxy_password: ${{ secrets.PASS }} source: "/home/runner/work/VENITH.NET/VENITH.NET"