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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vendor/bin/phpmd web/modules/custom/ text codesize,unusedcode,naming