smp-datapack/.gitea/workflows/push_prod.yaml
themodernhakr 94120467a7
Some checks failed
Deploy datapack to prod / Build (push) Failing after 4s
update staging and prod workflows to match
2025-03-08 20:10:28 -06:00

18 lines
428 B
YAML

name: Deploy datapack to prod
on:
push:
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