diff --git a/.probo.yaml b/.probo.yaml new file mode 100644 index 0000000..2a9e7f6 --- /dev/null +++ b/.probo.yaml @@ -0,0 +1,10 @@ +assets: + - drupal_github.sql.gz +steps: + - name: Probo site setup + plugin: Drupal + database: drupal_github.sql.gz + databaseGzipped: true + databaseUpdates: true + revertFeatures: true + clearCaches: true