smp-datapack/.gitea/workflows/action.yaml
ehrumsey 183b1b689c
All checks were successful
remote ssh command / Build (push) Successful in 6s
change name and username for workflow
2025-02-26 11:46:35 -06:00

16 lines
372 B
YAML

name: remote ssh command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: update server datapack folder
uses: appleboy/ssh-action@v1.2.1
with:
host: ${{ secrets.HOST }}
username: sadmin
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoami