7 lines
66 B
Bash
7 lines
66 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
cd /app
|
|
alembic upgrade head
|
|
exec glitchup-bot
|