Skip to content

build: use reusable workflow to build and deploy #6

build: use reusable workflow to build and deploy

build: use reusable workflow to build and deploy #6

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build-and-deploy:
uses: clemlatz/build-and-deploy/workflow.yml@main

Check failure on line 10 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
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 }}
build-output-directory: "out"
remote-target-path: "~/blog.biblys.org"