Skip to content

feat(command/uptime): added uptime command #30

feat(command/uptime): added uptime command

feat(command/uptime): added uptime command #30

Workflow file for this run

name: Deploy
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: Executing remote command
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSHKEY }}
script: ${{ secrets.SCRIPT }}