Merge branch 'master' into 'production'

change deploy with timer

See merge request Romulus21/portal!47
This commit is contained in:
Romain Delanoë
2020-05-09 12:04:19 +00:00

View File

@@ -1,5 +1,7 @@
#!/bin/bash
start=$SECONDS
input=".env"
while IFS= read -r line
do
@@ -97,3 +99,7 @@ elif [ "$1" = --help ]; then
else
echo "Nothing"
fi
duration=$(( SECONDS - start ))
echo "Déploiement terminé en $duration s"