smp-datapack/.gitea/workflows/action.yaml
themodernhakr b6cf09bb6a
Some checks failed
remote ssh command / Build (push) Failing after 1m16s
move workflow to correct directory
2025-02-26 11:40:53 -06:00

16 lines
395 B
YAML

name: remote ssh command
on: [push]
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: whoami