mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
make cp recursive
This commit is contained in:
parent
72f336f277
commit
f629ec012d
2
.github/webhooks/deploy.sh
vendored
2
.github/webhooks/deploy.sh
vendored
@ -25,5 +25,5 @@ npm run build
|
||||
|
||||
# Copy files and Sym link
|
||||
mkdir $DEPLOY_DIR_REF/
|
||||
cp $BUILD_DIR/* $DEPLOY_DIR_REF/
|
||||
cp -r $BUILD_DIR/* $DEPLOY_DIR_REF/
|
||||
ln -sf $DEPLOY_DIR_REF $DEPLOY_DIR
|
||||
Loading…
x
Reference in New Issue
Block a user