Skip to content

chore: change uptime kuma and add healthchecks.io #5

chore: change uptime kuma and add healthchecks.io

chore: change uptime kuma and add healthchecks.io #5

Workflow file for this run

name: SSH - Execute commands on remote server
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v2
- name: SETUP SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Execute SSH command
run: |
ssh user@server "echo 'Hello, world!'"