fix git checkout in deployment
With the newest changes, the deployment scripts checkout to origin/main after fetching the data.
This causes a detached HEAD. Use git pull or something else instead
With the newest changes, the deployment scripts checkout to origin/main after fetching the data.
This causes a detached HEAD. Use git pull or something else instead