Skip to content
Snippets Groups Projects
Unverified Commit 4c600c28 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

makefile: Adds gogo-update-simple

parent 15e52215
No related branches found
No related tags found
No related merge requests found
...@@ -138,4 +138,13 @@ gogo-update: ## Update a PROD server to the lastest version of gogocarto ...@@ -138,4 +138,13 @@ gogo-update: ## Update a PROD server to the lastest version of gogocarto
make purge make purge
$(SYMFONY) db:migrate $(SYMFONY) db:migrate
make hide-deploy-message make hide-deploy-message
service cron start service cron start
\ No newline at end of file
gogo-update-simple:
service cron stop
$(GIT) reset --hard master
$(GIT) pull origin master
make show-deploy-message
make purge
make hide-deploy-message
service cron start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment