smp-datapack/action.yaml
themodernhakr c2e0cf3e2d
Some checks are pending
remote ssh command / Build (push) Waiting to run
limit action to master pr's and move script to file
2025-02-26 13:27:11 -06:00

18 lines
449 B
YAML

name: remote ssh command
on:
pull_request:
branches: master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v1.2.1
with:
host: ${{ secrets.HOST }}
username: linuxserver.io
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script_path: scripts/update_servers.sh