Skip to content

Bump prisma from 5.22.0 to 6.3.1 #72

Bump prisma from 5.22.0 to 6.3.1

Bump prisma from 5.22.0 to 6.3.1 #72

Workflow file for this run

# ---
# name: "deploy"
# # yamllint disable-line rule:truthy
# on:
# push:
# branches:
# - master
# jobs:
# deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Cloning repo
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - name: Push to dokku
# uses: dokku/github-action@master
# with:
# git_remote_url: "ssh://[email protected]:1022/door-api"
# ssh_private_key: ${{ secrets.GHACTIONS_SSH }}