Update run script with alembic (#29)

This commit is contained in:
Suchintan
2024-03-05 13:35:51 -05:00
committed by GitHub
parent 83fa728914
commit fb3a90dd78

View File

@@ -7,5 +7,6 @@ if [ ! -f .env ]; then
echo "Please add your api keys to the .env file."
fi
source "$(poetry env info --path)/bin/activate"
./run_alembic_check.sh
python scripts/tracking.py skyvern-oss-run-server
poetry run python -m skyvern.forge