Skip to content

Commit b4b7e7f

Browse files
committed
Remove git fetch from deployment - use Docker images only
1 parent 9027b60 commit b4b7e7f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy-testing.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,6 @@ jobs:
8383
# Navigate to application directory
8484
cd /home/admin/login || exit 1
8585
86-
# Configure git safe directory
87-
git config --global --add safe.directory /home/admin/login
88-
89-
# Pull latest changes (reset to avoid divergent branches)
90-
git fetch origin develop
91-
git reset --hard origin/develop
92-
9386
# Create/update backend .env file with secrets
9487
cd backend
9588
if [ ! -f .env ]; then

0 commit comments

Comments
 (0)