addminbpk 8b8e9b4ace
Create fedora.yml
Signed-off-by: addminbpk <traffic.bpk@gmail.com>
2025-07-15 12:26:47 +07:00

16 lines
389 B
YAML

name: Remote SSH Command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1
with:
host: ${{ secrets.HOST }}
username: linuxserver.io
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoami