From 95bee540f13cc5e82222a2c69442507a227cafa0 Mon Sep 17 00:00:00 2001 From: pulipakaa24 Date: Mon, 5 Jan 2026 01:22:49 -0600 Subject: [PATCH] see if it works --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3898a9c..ea6c4b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: port: 22 script: | # 1. Go to your app folder (CHANGE THIS PATH to match yours) - cd /root/my-blind-app + cd /root/blinds_express # 2. Get latest code git pull origin main