smp-datapack/.gitea/workflows/push_dev.yaml
themodernhakr c4d05b0474
Some checks failed
Deploy datapack to dev / Build (push) Failing after 4s
try changing the path again
2025-03-08 22:34:22 -06:00

18 lines
467 B
YAML

name: Deploy datapack to dev
on:
push:
branches: [dev, dev-player-messages, dev-database]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Updating dev servers...
uses: appleboy/ssh-action@v1.2.1
with:
host: ${{ secrets.HOST }}
username: sadmin
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script_path: .gitea/workflows/scripts/update_servers.sh