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

Try fix cache folder not writable after deployment

parent 6be7ffa7
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,10 @@ gulp build
gulp production
php bin/console db:migrate
sh cache_clear.sh
sleep 5
chmod 777 -R var/
sleep 10
chmod 777 -R var/
chmod 777 -R /var/www/gogocarto/var/
\ No newline at end of file
sleep 10 && chmod 777 -R /var/www/gogocarto/var/ &
sleep 60 && chmod 777 -R /var/www/gogocarto/var/ &
sleep 120 && chmod 777 -R /var/www/gogocarto/var/ &
sleep 300 && chmod 777 -R /var/www/gogocarto/var/ &
sleep 600 && chmod 777 -R /var/www/gogocarto/var/ &
sleep 2000 && chmod 777 -R /var/www/gogocarto/var/ &
\ No newline at end of file
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