From 687902ca20bc67a8e0290c47441ced84747ea3b7 Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Sun, 7 Jun 2020 18:32:16 +0200 Subject: [PATCH] Fix permissions on .build scripts --- .build/build.sh | 0 .build/deploy.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .build/build.sh mode change 100644 => 100755 .build/deploy.sh diff --git a/.build/build.sh b/.build/build.sh old mode 100644 new mode 100755 diff --git a/.build/deploy.sh b/.build/deploy.sh old mode 100644 new mode 100755 index 32fb0fd..6d39d9b --- a/.build/deploy.sh +++ b/.build/deploy.sh @@ -2,5 +2,5 @@ BUILD_PATH=$1 DEPLOY_PATH=$2 # copy all dist files to deploy path -rsync $BUILD_PATH/dist $DEPLOY_PATH +rsync $BUILD_PATH/build $DEPLOY_PATH