Skip to content

fix: the display logic in occurrence page #531

fix: the display logic in occurrence page

fix: the display logic in occurrence page #531

Workflow file for this run

name: GitHub Actions Demo
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: 'just-a-placeholder'
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
- name: deploy over ssh
run: "ssh ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} ./restart.sh"