#!/bin/bash ### GIT # where is your project located in git git_url="" # optionaly you can let empty and use https with password git_ssh_user="" git_ssh_domain="" git_ssh_private_key="" git_ssh_public_key=""