D8 Deploy - pierregermain/MyDrupal GitHub Wiki

### Change to project folder
cd /project-folder/

### Discard unsaved changes
git reset --hard

### Get new changes on dev branch
git pull origin dev

### Run composer install
composer install

### Import stored config sync files
drupal config:import

### Clear all caches 
drupal cr all
drupal cr all