Skip to content

chore: adjust Prisma client import path for consistency and improve c… #186

chore: adjust Prisma client import path for consistency and improve c…

chore: adjust Prisma client import path for consistency and improve c… #186

Workflow file for this run

name: Deploy to Dokku
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-24.04
steps:
- name: Cloning repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Push to dokku
uses: dokku/github-action@master
with:
branch: "main"
git_remote_url: "ssh://dokku@${{ secrets.DOKKU_IP }}:22/${{ secrets.DOKKU_APP_NAME }}"
ssh_private_key: ${{ secrets.SSH_DOKKU_PRIVATE_KEY }}