1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 18:00:06 +01:00
blog/_ci/deploy.sh
2016-04-24 15:31:10 +02:00

16 lines
343 B
Bash
Executable File

#!/usr/bin/env bash
set -e;
echo "$(tput setaf 136)"
echo " Starting S3 deployment "
echo "============================================="
echo "$(tput sgr0)" # reset
gulp deploy
echo "$(tput setaf 64)" # green
echo "---------------------------------------------"
echo " ✓ done S3 deployment "
echo "$(tput sgr0)" # reset