modified: .github/workflows/deploy-staging.yml

cd
This commit is contained in:
PxlLoewe
2025-07-08 23:01:31 -07:00
parent 23870d1765
commit 31a76b5f03

View File

@@ -30,7 +30,7 @@ jobs:
port: 22
script: |
cd ~/docker/var-monorepo/packages/database
npx prisma migrate deploy
prisma migrate deploy
- name: Build and start containers
uses: appleboy/ssh-action@v1
with: