From ff7d1c076d032e955d5eedfe2c2de805def9f13b Mon Sep 17 00:00:00 2001 From: Panakotta00 <16022267+Panakotta00@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:12:32 +0100 Subject: [PATCH] Update Website.yml --- .github/workflows/Website.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Website.yml b/.github/workflows/Website.yml index dc4605c..8add5ff 100644 --- a/.github/workflows/Website.yml +++ b/.github/workflows/Website.yml @@ -80,7 +80,9 @@ jobs: username: ${{ secrets.DEPLOY_USERNAME }} key: ${{ secrets.DEPLOY_KEY }} source: "./Source/Website/*" - target: ${{ secrets.DEPLOY_FOLDER }} + target: "FIN-Repo/Website" + - name: Copy to LXC + run: pct push FIN-Repo/Website /root/FicsIt-Networks-Repository/Website - name: Docker Compose uses: appleboy/ssh-action@v1.0.3 with: