Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoGoCarto
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pixel Humain
GoGoCarto
Commits
4c600c28
Unverified
Commit
4c600c28
authored
4 years ago
by
Sebastian Castro
Browse files
Options
Downloads
Patches
Plain Diff
makefile: Adds gogo-update-simple
parent
15e52215
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+10
-1
10 additions, 1 deletion
Makefile
with
10 additions
and
1 deletion
Makefile
+
10
−
1
View file @
4c600c28
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment