Skip to content

removendo schema da unidade #25

removendo schema da unidade

removendo schema da unidade #25

name: Prisma CI/CD
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Prisma Migrate Deploy && Prisma push
run: npx prisma migrate deploy
run: npx prisma db push

Check failure on line 19 in .github/workflows/migrate_database.yml

View workflow run for this annotation

GitHub Actions / Prisma CI/CD

Invalid workflow file

The workflow is not valid. .github/workflows/migrate_database.yml (Line: 19, Col: 7): 'run' is already defined
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}