Skip to content

Commit

Permalink
deploy.sh properly overwrite symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Oct 5, 2023
1 parent f1c8263 commit e44ed4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/webhooks/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ npm run build
# Copy files and Sym link
mkdir $DEPLOY_DIR_REF/
cp -r $BUILD_DIR/* $DEPLOY_DIR_REF/
ln -sf $DEPLOY_DIR_REF $DEPLOY_DIR
ln -sfn $DEPLOY_DIR_REF $DEPLOY_DIR

0 comments on commit e44ed4b

Please sign in to comment.