smp-datapack/.gitea/workflows/push_dev.yaml
themodernhakr 65a38df465
Some checks failed
Deploy datapack to dev / Build (push) Successful in 5s
Deploy datapack to staging / Build (push) Failing after 7s
finish updating workflows
2025-03-09 00:45:55 -06:00

20 lines
517 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/scripts/datapacks
./update_dev.sh dev