Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mufassilyasir authored Dec 22, 2023
1 parent 64036dc commit 2a6356d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deploy

#
on:
push:
branches: [ main ]
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
find . -type f -exec chmod 664 {} \;
find . -type d -exec chmod 775 {} \;
chgrp -R www-data storage bootstrap/cache
chmod -R ug+rwx storage bootstrap/cache
chmod -R ug+rwx storage bootstrap/cache

0 comments on commit 2a6356d

Please sign in to comment.