diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d54e62d8..68ae3f2b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,5 @@ name: Deploy - +# on: push: branches: [ main ] @@ -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 \ No newline at end of file + chmod -R ug+rwx storage bootstrap/cache