Skip to content

Commit

Permalink
Merge pull request #1824 from weather-gov/ik/remove-fix-permissions
Browse files Browse the repository at this point in the history
Remove fix permissions recipe
  • Loading branch information
partly-igor committed Sep 26, 2024
2 parents 26ce1d6 + 459db25 commit a9bd46e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ update-translations:
docker compose exec drupal drush locale:update
docker compose exec drupal drush cache:rebuild

zap: update-settings zap-containers rebuild pause install-site load-spatial fix-permissions ## Delete the entire Docker environment and start from scratch.
zap: update-settings zap-containers rebuild pause install-site load-spatial ## Delete the entire Docker environment and start from scratch.
zap-containers:
docker compose stop
docker compose rm -f
Expand Down Expand Up @@ -186,7 +186,3 @@ ci: composer-install
composer-install: ## Installs dependencies from lock file
docker compose exec drupal composer install

### Fix file permissions
fix-permissions: ## Updates owner in docker and mod in local
docker compose exec drupal chown -R www-data:www-data web/sites web/modules web/themes
chmod -R ug+rwx web/sites web/modules web/themes

0 comments on commit a9bd46e

Please sign in to comment.