update cp in deploy.sh

This commit is contained in:
Ulf Gebhardt 2023-10-04 19:10:57 +02:00
parent d997708a77
commit b5b3959fc4
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -24,5 +24,5 @@ rm -R $BUILD_DIR
npm run build
# Copy files and Sym link
cp $BUILD_DIR $DEPLOY_DIR_REF
cp $BUILD_DIR/* $DEPLOY_DIR_REF/
ln -sf $DEPLOY_DIR_REF $DEPLOY_DIR