fix: deployment db migration

This commit is contained in:
dal 2025-01-22 12:59:55 -07:00
parent df7ba6776e
commit fe375a72e8
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ name: Deploy to main
jobs:
database-deploy:
runs-on: blacksmith-16vcpu-ubuntu-2204
if: contains(github.event.head_commit.modified_files, 'api/migrations/') || contains(github.event.head_commit.added_files, 'api/migrations/')
environment: main
steps:
- name: Checkout code

View File

@ -8,7 +8,6 @@ name: Deploy to staging
jobs:
database-deploy:
runs-on: blacksmith-16vcpu-ubuntu-2204
if: contains(github.event.head_commit.modified_files, 'api/migrations/') || contains(github.event.head_commit.added_files, 'api/migrations/')
environment: staging
steps:
- name: Checkout code