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 80c74f1 commit 80d93a1
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions backend/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
#!/bin/sh

echo "##########"
echo "##########"
echo "##########"
echo "##########"
echo "##########"
echo "##########"
echo "##########>>>"
echo $DATABASE_URL
echo "#- entrypoint.sh -------#"

echo " - sqlx migrate run"
sqlx migrate run
if [ $? -ne 0 ]; then
echo "***********"
else
echo "+++++++++++"
fi
echo "##########>>>"
echo "##########"
echo "##########"
echo "##########"
echo "##########"
echo "##########"
echo "##########"
echo "##########"
echo "##########"

echo "#----------------- end -#"

exec "$@"

0 comments on commit 80d93a1

Please sign in to comment.