Skip to content

feat(client): expanded display and access of audit log page to all au… #113

feat(client): expanded display and access of audit log page to all au…

feat(client): expanded display and access of audit log page to all au… #113

Workflow file for this run

name: Deploy to production
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
config: ${{ secrets.SSH_PROD_CONFIG }}
- run: ssh prod deploy