smp-datapack/action.yaml
themodernhakr 439f59c9c1
All checks were successful
remote ssh command / Build (push) Successful in 6s
rename workflow and steps
2025-02-26 13:32:25 -06:00

18 lines
434 B
YAML

name: Deploy datapack to prod
on:
pull_request:
branches: master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Updating prod servers...
uses: appleboy/ssh-action@v1.2.1
with:
host: ${{ secrets.HOST }}
username: linuxserver.io
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script_path: scripts/update_servers.sh