From c82cb9a2e0006fd04b393bd99e99167711b4a976 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob.mottram@codethink.co.uk> Date: Thu, 7 Jan 2016 12:15:43 +0000 Subject: [PATCH] Website deployment script --- website/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/deploy.sh b/website/deploy.sh index 725d882bf..baa5421c6 100755 --- a/website/deploy.sh +++ b/website/deploy.sh @@ -18,7 +18,7 @@ if [ ! -d $dest_dir/images ]; then mkdir $dest_dir/images fi -cp -r website/* $dest_dir +cp -r website/$lang/* $dest_dir cp *.css $dest_dir cp -r ../img/* $dest_dir/images chown -R www-data:www-data $dest_dir -- GitLab