1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-04 08:08:04 +01:00
blog/_ci/deploy.sh

16 lines
346 B
Bash
Raw Normal View History

2015-08-30 14:02:02 +02:00
#!/usr/bin/env bash
set -e;
2015-08-31 19:35:31 +02:00
echo "$(tput setaf 136)"
echo " Starting S3 deployment "
2015-08-31 19:35:31 +02:00
echo "============================================="
echo "$(tput sgr0)" # reset
gulp deploy
2015-08-31 19:35:31 +02:00
echo "$(tput setaf 64)" # green
echo "---------------------------------------------"
echo " ✓ done rsync deployment "
echo "$(tput sgr0)" # reset