We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9027b60 commit b4b7e7fCopy full SHA for b4b7e7f
.github/workflows/deploy-testing.yml
@@ -83,13 +83,6 @@ jobs:
83
# Navigate to application directory
84
cd /home/admin/login || exit 1
85
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
93
# Create/update backend .env file with secrets
94
cd backend
95
if [ ! -f .env ]; then
0 commit comments