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
#!../vendor/bin/drush | |
// <?php | |
// ^^^ For syntax highlighters only | |
// | |
// This is a drush shell script, designed to help debug and reset post_update | |
// hooks. For details, see: http://www.drush.org/en/master/shellscripts/ | |
$key_value = \Drupal::keyValue('post_update'); | |
$update_list = $key_value->get('existing_updates'); |
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
name: myapp | |
# Start with the Drupal 8 recipe | |
recipe: drupal8 | |
# Configure the D8 recipe to match up closer to a vanilla platform.sh stack | |
config: | |
# Lando defaults to Apache. Switch to nginx to match Platform.sh. | |
via: nginx | |
# Set the webroot to match .platform.app.yaml. |
OlderNewer