Skip to content
Snippets Groups Projects

Add scripts for drupal operations

Merged Dimitra Chatzichrysou requested to merge add-scripts into master
All threads resolved!
7 files
+ 76
0
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 9
0
#!/bin/bash
set -exu
# Change working directory to the drupal code
cd /app
# Clean cache
echo "Cleaning cache"
drush cr
Loading