fix scripts path
Some checks failed
Deploy datapack to dev / Build (push) Failing after 4s

This commit is contained in:
themodernhakr 2025-03-08 20:16:42 -06:00
parent 3d040bfba4
commit 815b5218fd

View File

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