From c4e12a55f9b5e4aa69658136057cb43e14271926 Mon Sep 17 00:00:00 2001 From: dhidalgX Date: Tue, 16 Apr 2024 15:16:29 -0600 Subject: [PATCH] Fix scp source typo --- .github/workflows/purefinance_deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/purefinance_deployment.yaml b/.github/workflows/purefinance_deployment.yaml index 143e40b..498e721 100644 --- a/.github/workflows/purefinance_deployment.yaml +++ b/.github/workflows/purefinance_deployment.yaml @@ -34,7 +34,7 @@ jobs: username: ${{ secrets.HOSTINGER_USER }} port: ${{ secrets.HOSTINGER_PORT }} key: ${{ secrets.HOSTINGER_SSH_KEY }} - source: pure.finance/site/out/* + source: site/out/* target: public_html/pure.finance rm: true - strip_components: 3 + strip_components: 2