Skip to content

Commit

Permalink
Try also running deploy script in background
Browse files Browse the repository at this point in the history
  • Loading branch information
nrs23 committed Nov 20, 2023
1 parent af5e247 commit e4c71fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
exit 1
fi
./deploy-rust.sh
./deploy-rust.sh &
if [ $? != 0 ]; then
echo "deploy-rust.sh failed, check the server logs!"
exit 1
Expand Down

0 comments on commit e4c71fc

Please sign in to comment.