You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command: mysql -e "CREATE USER 'db'@'localhost' IDENTIFIED by 'db';" ; mysql -e "GRANT ALL PRIVILEGES ON *.* to 'db'@'localhost';" ; mysql -e "CREATE DATABASE db;" ; mysql -e "FLUSH PRIVILEGES;" ; drush sqlc < ./umami_db.sql && drush cr && drush user:pass admin pass ; drush rs 0.0.0.0:8888
name: Server
- command: echo "Welcome, please allow Server terminal to finish composer and drupal install. It takes a while!" && gp await-port 8888 && drush uli --uri=$(gp url 8888)