Skip to content

ci-cd: run on any branch #3

ci-cd: run on any branch

ci-cd: run on any branch #3

Workflow file for this run

name: deploy ttl to fuseki
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: deploy
uses: mdallasanta/[email protected]
with:
host: ${{ secrets.HOST }}
user: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
local: 'sentier_vocab/output/*ttl'
remote: sentier_vocab
scp_options: -r