From b0a4f1be5ae8cfbbe39d50f4eba59f034afb6704 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 29 Oct 2025 01:27:27 +0100 Subject: [PATCH] Updates deployment script to use dist folder Modifies the deployment script to correctly reference the `dist` directory instead of the `build` directory. This ensures that the correct files are deployed to the web server. --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e47e771..3359369 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: - name: Deploy to web server run: | - cd build + cd dist tar czf ../portfolio.tar.gz * cd .. scp -i /root/.ssh/deploy_to_web -o StrictHostKeyChecking=accept-new portfolio.tar.gz deploy@91.98.34.152:/tmp/