Skip to content

jsp servlet

jsp servlet #314

Workflow file for this run

name: check storage
on:
push:
branches: [main]
paths-ignore:
- 'README.md'
- 'docs/**'
# pull_request:
# branches: [main]
# paths-ignore:
# - 'README.md'
# - 'docs/**'
jobs:
build:
name: Check
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using key
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
ls -al
df -h