Asteroids/deployment-script.sh

13 lines
438 B
Bash
Executable File

#!/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."