From 44133954d2a957c79973fc23662daa10e29fc424 Mon Sep 17 00:00:00 2001 From: Radoslav Radev Date: Fri, 5 Apr 2024 15:15:57 +0200 Subject: [PATCH] Update FrontendPipeline.yaml --- .github/workflows/FrontendPipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/FrontendPipeline.yaml b/.github/workflows/FrontendPipeline.yaml index 3aea9ec..e2f299c 100644 --- a/.github/workflows/FrontendPipeline.yaml +++ b/.github/workflows/FrontendPipeline.yaml @@ -38,7 +38,7 @@ jobs: password: ${{ secrets.DEPLSSH_PASSWORD }} port: 22 source: "./Frontend/openvidstreamer-fe/dist/*" - target: "/var/www" + target: "/var/www/fe" rm: true # Removes all files in the target directory before copying - name: Clean up after deploy