diff --git a/deployment-script.sh b/deployment-script.sh new file mode 100755 index 0000000..0d1b87d --- /dev/null +++ b/deployment-script.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +echo "Deployment script for repository \"web-deployment\" +`date` +==============================================================================" + +# If there are any commands that need to be executed when deploying, +# add them to this script. Feel free to make the commands really verbose +# as this is also used for logging. + +echo "============================================================================== +Done." diff --git a/webroot/.placeholder b/webroot/.placeholder new file mode 100644 index 0000000..e69de29