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
7674e6c1
Commit
7674e6c1
authored
3 years ago
by
Sebastian Castro
Browse files
Options
Downloads
Patches
Plain Diff
makefile: fix perms for uploads folder
parent
c059ca23
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
Makefile
+1
-1
1 addition, 1 deletion
Makefile
web/uploads/.gitkeep
+0
-0
0 additions, 0 deletions
web/uploads/.gitkeep
with
3 additions
and
2 deletions
.gitignore
+
2
−
1
View file @
7674e6c1
...
...
@@ -7,7 +7,8 @@
.sass-cache
*.DS_Store
ssh_password
/web/uploads/*
/web/uploads/**
!/web/uploads/**/.gitkeep
*.csv
*~
.idea
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
7674e6c1
...
...
@@ -39,7 +39,7 @@ warmup: ## Warmump the cache
$(
SYMFONY
)
cache:warmup
fix-perms
:
##
Fix permissions of all var files
chmod
777
-R
var/
chmod
777
-R
var/
web/uploads/
install-assets
:
##
Install the assets
$(
SYMFONY
)
assets:install web/
--symlink
...
...
This diff is collapsed.
Click to expand it.
web/uploads/.gitkeep
0 → 100644
+
0
−
0
View file @
7674e6c1
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