Skip to content
Snippets Groups Projects
Commit 9909d020 authored by Dimitra Chatzichrysou's avatar Dimitra Chatzichrysou
Browse files

Add clone script

parent a22b46c3
No related branches found
No related tags found
1 merge request!8Fixes for cloning operations and add clone script
Pipeline #2541762 skipped
#!/bin/sh
set -exu
# Change working directory to the drupal code
cd /app
# Clone data from source to destination
rsync -av /drupal-data-source/ /drupal-data
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment