diff --git a/Makefile b/Makefile index bccf7cdb7ebc78b957278dcca9171dc390994d29..4ab4c3207cc1f697229926dbf7f28dac5e892515 100755 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ change-remote: ## Update the remote to new gitlab server url (migrated on May 20 gogo-update: ## Update a PROD server to the lastest version of gogocarto make change-remote sudo /usr/bin/systemctl stop cron - $(GIT) reset --hard master + $(GIT) reset --hard origin/master $(GIT) pull origin master make show-deploy-message COMPOSER_MEMORY_LIMIT=-1 $(COMPOSER) install @@ -137,7 +137,7 @@ gogo-update: ## Update a PROD server to the lastest version of gogocarto gogo-quick-update: make change-remote sudo /usr/bin/systemctl stop cron - $(GIT) reset --hard master + $(GIT) reset --hard origin/master $(GIT) pull origin master make show-deploy-message make purge