Skip to content

Commit 8b8e9b4

Browse files
authored
Create fedora.yml
Signed-off-by: addminbpk <[email protected]>
1 parent 3ca8a7c commit 8b8e9b4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/fedora.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Remote SSH Command
2+
on: [push]
3+
jobs:
4+
build:
5+
name: Build
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Execute remote SSH commands using password
9+
uses: appleboy/ssh-action@v1
10+
with:
11+
host: ${{ secrets.HOST }}
12+
username: linuxserver.io
13+
password: ${{ secrets.PASSWORD }}
14+
port: ${{ secrets.PORT }}
15+
script: whoami

0 commit comments

Comments
 (0)