Created
April 23, 2019 17:42
-
-
Save novia713/29c950336938fef9f6c09de41f2cd0e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /Users/leandro/docker/madriddigital-hospitales/ | |
docker-compose stop | |
git pull --ff-only | |
docker-compose up -d --build | |
docker-compose exec php composer install -o | |
docker-compose exec php vendor/bin/drush cim | |
docker-compose exec php vendor/bin/drush entup | |
docker-compose exec php vendor/bin/drush updb | |
docker-compose exec php vendor/bin/drush uli -l madriddigital-hospitales.docker.localhost:8000 | |
docker-compose exec php bash |
docker-compose exec -u root -T php sh -c 'chown 8983:8983 solr/ -R'
docker-compose exec -u root -T php sh -c 'chown 1000:1000 solr/ -R'
[stchild-d7 import db] -> docroot sh ../scripts/sync-alias.sh
../vendor/bin/drush @remote-stg uli
docker-compose exec -u wodby -T php "vendor/bin/behat" --config "tests/behat/behat.yml" --colors --tags="@este"
make behat params="--tags paypal"
vendor/bin/phpmd web/modules/custom/ text codesize,unusedcode,naming
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker-compose exec -T php vendor/bin/drush -r /var/www/html/web sql-cli < adel-24-04-19.sql