Skip to content

Remove custom provenance validation #19

Remove custom provenance validation

Remove custom provenance validation #19

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: appleboy/ssh-action@master
with:
host: au-inferno.beda.software
username: root
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd inferno-au-core/
git pull
docker compose stop
./setup.sh
docker compose build
docker compose up -d