Skip to content

Commit

Permalink
Merge pull request #237 from czqoocavatsim/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mufassilyasir authored Jan 30, 2024
2 parents 7099b93 + 79b9ead commit 983844c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
KEY: ${{ secrets.PASS }}
PORT: 22
script: |
sudo su root
cd /var/www/czqoprod/
sudo chown -R gander:www-data .
sudo find . -type f -exec chmod 664 {} \;
sudo find . -type d -exec chmod 775 {} \;
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
chown -R gander:www-data .
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

0 comments on commit 983844c

Please sign in to comment.