From cf88c1655bf042819ed5350b35b4221126896ffd Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Thu, 13 Jun 2024 23:16:39 +0100 Subject: [PATCH] Fixing directory for beta deployment --- .github/workflows/autodeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autodeploy.yml b/.github/workflows/autodeploy.yml index 3b9f2f98..3dbda409 100644 --- a/.github/workflows/autodeploy.yml +++ b/.github/workflows/autodeploy.yml @@ -25,4 +25,4 @@ jobs: cd ../coriolis npm install npm run build - sudo -u www-data cp -r ./build/* /var/www/newdisk/beta.coriolis.io/ \ No newline at end of file + sudo -u www-data cp -r ./build/* /var/www/beta.coriolis.io/ \ No newline at end of file