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

Adds migration script to make gogo-update

parent f60a8119
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ gogo-update: ## Update a PROD server to the lastest version of gogocarto ...@@ -105,6 +105,7 @@ gogo-update: ## Update a PROD server to the lastest version of gogocarto
$(GULP) build $(GULP) build
$(GULP) production $(GULP) production
$(SYMFONY) cache:clear --env=prod $(SYMFONY) cache:clear --env=prod
$(SYMFONY) db:migrate
sleep 10 && chmod 777 -R var/ & sleep 10 && chmod 777 -R var/ &
sleep 60 && chmod 777 -R var/ & sleep 60 && chmod 777 -R var/ &
......
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