Skip to content

Add an ability to use healthcare_service_names in tests #14

Add an ability to use healthcare_service_names in tests

Add an ability to use healthcare_service_names in tests #14

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