Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/00-team/heydari
Browse files Browse the repository at this point in the history
  • Loading branch information
SadraTghvi committed Sep 29, 2024
2 parents 9a109e2 + a689dcd commit 3645aaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ fi
if check_diff "src/*"; then
echo "$EG cargo build"
cargo build --release
echo $SPACER
fi

if check_diff "src/* templates/*"; then
echo "$EG restart heydari"
systemctl restart heydari
echo $SPACER
fi
Expand Down

0 comments on commit 3645aaa

Please sign in to comment.