Skip to content
Snippets Groups Projects
Commit d4ce4cb4 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Update .deploy.sh

parent 7bb89a39
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
set -e set -e
echo $(date --rfc-3339=seconds)
SOURCE="${BASH_SOURCE[0]}" SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment