This commit is contained in:
parent
3d040bfba4
commit
815b5218fd
@ -1,4 +1,4 @@
|
||||
name: Deploy datapack to prod
|
||||
name: Deploy datapack to dev
|
||||
on:
|
||||
push:
|
||||
branches: [dev, dev-player-messages, dev-database]
|
||||
@ -7,11 +7,11 @@ jobs:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Updating prod servers...
|
||||
- name: Updating dev 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
|
||||
script_path: ./scripts/update_servers.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user