diff --git a/cron-continuous-deployment.sh b/cron-continuous-deployment.sh index 9ef4eeb..c6257d5 100644 --- a/cron-continuous-deployment.sh +++ b/cron-continuous-deployment.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Simple Continious Deployment script +# Simple Continuous Deployment script # - Compares hashes of the local and remote main git branches # - Pulls changes if needed # - If changes was pulled, builds and deploys them