Fix permissions on .build scripts
This commit is contained in:
parent
65169e49e1
commit
687902ca20
0
.build/build.sh
Normal file → Executable file
0
.build/build.sh
Normal file → Executable file
2
.build/deploy.sh
Normal file → Executable file
2
.build/deploy.sh
Normal file → Executable file
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user