update_sengi_local.sh 225 B

12345
  1. #!/bin/bash
  2. web_path=""
  3. docker-image-extract -o "$web_path/sengi" nicolasconstant/sengi
  4. rsync -avh --delete --exclude=".htaccess" --exclude="robots.txt" "$web_path/sengi/app/" "$web_path/public_html"
  5. rm -rf "$web_path/sengi"