Skip to content

Commit

Permalink
Merge pull request #79 from IT4Change/deploy.sh-overwrite-symbolic-link
Browse files Browse the repository at this point in the history
fix(other): deploy.sh properly overwrite symbolic link
  • Loading branch information
ulfgebhardt authored Oct 5, 2023
2 parents d691776 + ea5a62b commit 35c3d55
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 @@ -27,4 +27,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 35c3d55

Please sign in to comment.