Last active
December 16, 2017 11:13
-
-
Save juampynr/3c14c4267cc505720a0a4598e6a5ef8f to your computer and use it in GitHub Desktop.
Drupal 8: Common steps to run after deploying code. See https://www.lullabot.com/articles/a-successful-drupal-8-deployment for further details.
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
#!/usr/bin/env bash | |
# If this is a production deployment script, append: --no-dev --optimize-autoloader --prefer-dist | |
composer install -vvv | |
drush updatedb -y -v | |
drush config-import -y -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nikathone! I am not sure about that one yet. Can you chime in at https://twitter.com/Marinero/status/941673496295493634 ?