diff --git a/from_git.sh b/from_git.sh index a1e0714..70c21a7 100644 --- a/from_git.sh +++ b/from_git.sh @@ -3,5 +3,5 @@ # Run this on the server. # Not suitable for collaborative environments: echo "Pulling from git." -git pull https://wtt.ditscentre.in/ditscentre/api_agg_document.git +git pull https://wtt.ditscentre.in/ditscentre/api_internal.git echo "Attempt done. Exiting." \ No newline at end of file diff --git a/to_git.sh b/to_git.sh index e235c2f..03ffea7 100644 --- a/to_git.sh +++ b/to_git.sh @@ -17,5 +17,5 @@ git commit -m "$COMMENT" echo "Commit done." # Push th commit to git: -git push -u https://wtt.ditscentre.in/ditscentre/api_agg_document.git master +git push -u https://wtt.ditscentre.in/ditscentre/api_internal.git master echo "Attempt done. Exiting." \ No newline at end of file