diff --git a/.deploy.sh b/.deploy.sh
index 3152a31f5b468898efd7aafd3420e7886a85abcb..a96e3c531a16303007ec652939da0f34efa15a8b 100755
--- a/.deploy.sh
+++ b/.deploy.sh
@@ -2,6 +2,8 @@
 
 set -e
 
+echo $(date --rfc-3339=seconds)
+
 SOURCE="${BASH_SOURCE[0]}"
 while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
   DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"