From ac05f016b44abf652da20a67d0baf031ff01a58d Mon Sep 17 00:00:00 2001 From: Antoine Lima Date: Sun, 17 Sep 2023 23:58:54 +0200 Subject: [PATCH] Fix deploy script --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 9a63843..21025d3 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,7 +4,7 @@ set -e export JEKYLL_ENV=repas bundle exec jekyll build -USER_RE=`cat ../userrepas.txt` +export USER_RE=`cat ../userrepas.txt` sshpass -f ../mdpmaraj.txt sftp -P 6969 -oBatchMode=no -b - $USER_RE@sagou.in:/ << EOF lcd _site cd www @@ -14,7 +14,7 @@ EOF export JEKYLL_ENV=vh bundle exec jekyll build --config _config.yml,_configar.yml -USER_VH=`cat ../uservh.txt` +export USER_VH=`cat ../uservh.txt` sshpass -f ../mdpmaraj.txt sftp -P 6969 -oBatchMode=no -b - $USER_VH@sagou.in:/ << EOF lcd _site cd www