Skip to content

Commit

Permalink
production deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yokohama committed Aug 12, 2024
1 parent 26f5be4 commit 80c74f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ echo "##########"
echo "##########"
echo "##########"
echo "##########"
echo "##########>>"
echo "##########>>>"
echo $DATABASE_URL
sqlx migrate run
if [ $? -ne 0 ]; then
echo "***********"
else
echo "+++++++++++"
fi
echo "##########>>"
echo "##########>>>"
echo "##########"
echo "##########"
echo "##########"
Expand Down

0 comments on commit 80c74f1

Please sign in to comment.