Skip to content

Commit

Permalink
now rest of app/
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Feb 5, 2024
1 parent 3a8b2b6 commit a3d087e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ cd "$SVN_DIR"

# Copy from clean copy to /trunk, excluding dotorg assets
# The --delete flag will delete anything in destination that no longer exists in source
rsync -rc "$TMP_DIR/app/plugins" trunk/app --delete --delete-excluded
rsync -rc "$TMP_DIR/app" trunk --delete --delete-excluded

if [[ -d trunk/app/plugins/plugins ]]; then
if [[ -d trunk/app/app ]]; then
exit 1;
fi

Expand Down

0 comments on commit a3d087e

Please sign in to comment.