This commit is contained in:
parent
3d040bfba4
commit
815b5218fd
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user