Skip to content

Commit

Permalink
Improve scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 27, 2024
1 parent 0e99fb4 commit 71df8ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/update-sequra
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
echo "Mount Sequra Core module"
docker compose exec -u daemon -w /bitnami/magento magento bash -c "
php ./vendor/bin/composer config repositories.sequra/magento2-core path /Sequra/Core
COMPOSER_MIRROR_PATH_REPOS=1 php ./vendor/bin/composer require sequra/magento2-core:^2.5
COMPOSER_MIRROR_PATH_REPOS=1 php ./vendor/bin/composer reinstall sequra/magento2-core
bin/magento module:enable Sequra_Core
bin/magento setup:upgrade
/opt/bitnami/scripts/php/reload.sh
"
2 changes: 1 addition & 1 deletion teardown.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
docker-compose down --rmi all --volumes --remove-orphans
docker-compose down --volumes --remove-orphans
docker system prune -a

0 comments on commit 71df8ed

Please sign in to comment.