Skip to content

Commit 321485f

Browse files
committed
Update CI script to use new directory path
Revised the `cd` command in the CI pipeline script to navigate to `/home/ubuntu/projects/gym-app/GymMgmt`. This replaces the previous conditional paths (`/home/ubuntu/gym-app` or `/root/gym-app`) with a specific and updated directory structure. Ensures the script operates in the correct application directory.
1 parent 87ac78b commit 321485f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
set -e
8888
8989
# 1. Navigate to your app folder (adjust path if needed)
90-
cd /home/ubuntu/gym-app || cd /root/gym-app
90+
cd /home/ubuntu/projects/gym-app/GymMgmt
9191
9292
# 2. Pull the latest code
9393
echo "⬇️ Pulling latest code..."

0 commit comments

Comments
 (0)