Skip to content

Add renovate.json

Add renovate.json #22

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build-and-deploy:
uses: clemlatz/build-and-deploy/.github/workflows/workflow.yml@main
with:
build-output-directory: dist
remote-target-path: ~/blog.biblys.org
secrets:
ssh-private-key: ${{ secrets.BIBLYS_ORG_SSH_PRIVATE_KEY }}
ssh-remote-host: ${{ secrets.BIBLYS_ORG_SSH_HOST }}
ssh-remote-user: ${{ secrets.BIBLYS_ORG_SSH_USER }}