fix(ci): repair ssh deployment pipeline and drizzle migrations
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 53s
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 53s
This commit is contained in:
parent
83ff5852bd
commit
8891c106a2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
git pull origin main
|
||||
|
||||
echo "Applying DB migrations..."
|
||||
docker compose run --rm flowstate sh -c "npx drizzle-kit push --config=drizzle.config.ts"
|
||||
docker compose exec -T flowstate-studio npx drizzle-kit push --config=drizzle.config.ts
|
||||
|
||||
echo "Rebuilding Docker containers..."
|
||||
docker compose up -d --build
|
||||
|
|
|
|||
Loading…
Reference in a new issue