mirror of
https://github.com/JustKato/FreePad.git
synced 2026-04-27 12:02:29 +03:00
5 lines
203 B
Bash
5 lines
203 B
Bash
echo "Running Migrations up";
|
|
migrate -path /app/db/migrations/ -database "mysql://$MYSQL_USER:$MYSQL_PASSWORD@tcp($MYSQL_URL:$MYSQL_PORT)/$MYSQL_DATABASE" up
|
|
|
|
echo "Running FreePad";
|
|
cd src && go run .; |