Skip to content
Snippets Groups Projects
Commit 7674e6c1 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

makefile: fix perms for uploads folder

parent c059ca23
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
.sass-cache .sass-cache
*.DS_Store *.DS_Store
ssh_password ssh_password
/web/uploads/* /web/uploads/**
!/web/uploads/**/.gitkeep
*.csv *.csv
*~ *~
.idea .idea
......
...@@ -39,7 +39,7 @@ warmup: ## Warmump the cache ...@@ -39,7 +39,7 @@ warmup: ## Warmump the cache
$(SYMFONY) cache:warmup $(SYMFONY) cache:warmup
fix-perms: ## Fix permissions of all var files fix-perms: ## Fix permissions of all var files
chmod 777 -R var/ chmod 777 -R var/ web/uploads/
install-assets: ## Install the assets install-assets: ## Install the assets
$(SYMFONY) assets:install web/ --symlink $(SYMFONY) assets:install web/ --symlink
......
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