Compare commits

..

No commits in common. "356a06dd4cb8546643efe6532402d3db94f89a47" and "31b2bf8cf5deb951c2951b05bce05c34ca091004" have entirely different histories.

4 changed files with 6 additions and 32 deletions

View File

@ -1,17 +1,15 @@
name: Deploy datapack to prod
on:
pull_request:
branches: [staging]
name: remote ssh command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Updating prod servers...
- name: update server datapack folder
uses: appleboy/ssh-action@v1.2.1
with:
host: ${{ secrets.HOST }}
username: linuxserver.io
username: sadmin
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script_path: scripts/update_servers.sh
script: whoami

View File

@ -1,17 +0,0 @@
name: Deploy datapack to prod
on:
pull_request:
branches: [dev, dev-player-messages, dev-database]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Updating prod 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

View File

@ -1,7 +0,0 @@
# Ferdinland Datapack
## Roadmap
- [ ] Team Development Event
- [ ] Implement Area naming
- [ ] Server annoucements

View File

@ -1,7 +1,7 @@
name: Deploy datapack to prod
on:
pull_request:
branches: [master]
branches: master
jobs:
build:
name: Build