Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

feat: add tooltip long description over chat subtitle #30

feat: add tooltip long description over chat subtitle

feat: add tooltip long description over chat subtitle #30

Workflow file for this run

name: Deploy app
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Executing remote ssh commands using password
uses: appleboy/ssh-action@v0.1.10
with:
host: ${{ secrets.SSH_HOST }}
port: ${{ secrets.SSH_PORT }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
script: |
whoami
cd Covid-19-insights/covid-19-insights
git fetch
git rebase origin/main
docker compose up --build -d