mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-08-14 12:45:13 +00:00
Create fedora.yml
Signed-off-by: addminbpk <traffic.bpk@gmail.com>
This commit is contained in:
parent
3ca8a7c535
commit
8b8e9b4ace
15
.github/workflows/fedora.yml
vendored
Normal file
15
.github/workflows/fedora.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user