Clone client specific repository to the ~/deploy/config/ folder to store configuration files (be sure to change ${clientname} variable in the command to the real client name):
git clone ssh://git@stash.practiceinsight.io:7999/dmsclient/${clientname}.git ~/deploy/config |
Clone deploy script repository to the ~/deploy/deploy_script/ to store deploy script logic files;
git clone ssh://git@stash.practiceinsight.io:7999/dmsclient/deploy_script.git ~/deploy/deploy_script |
Clone restore script repository to the ~/deploy/restore_script/ to store restore script logic files;
git clone ssh://git@stash.practiceinsight.io:7999/dmsclient/restore_script.git ~/deploy/restore_script |
Go to the ~/deploy/restore_script/ and start restore.sh;