smp-datapack/.gitea/workflows/push_dev.yaml
themodernhakr 7706ac5c7f
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s
moving away from script file
2025-03-08 22:54:39 -06:00

20 lines
485 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: |
cd /home/sadmin/containers/crafty
ls -l