Compare commits

..

No commits in common. "65a38df465d92e477f1faf48ca7af6c990401cc3" and "356a06dd4cb8546643efe6532402d3db94f89a47" have entirely different histories.

6 changed files with 11 additions and 21 deletions

View File

@ -1,19 +1,17 @@
name: Deploy datapack to dev
name: Deploy datapack to prod
on:
push:
pull_request:
branches: [dev, dev-player-messages, dev-database]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Updating dev servers...
- name: Updating prod servers...
uses: appleboy/ssh-action@v1.2.1
with:
host: ${{ secrets.HOST }}
username: sadmin
username: linuxserver.io
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cd /home/sadmin/containers/crafty/scripts/datapacks
./update_dev.sh dev
script_path: scripts/update_servers.sh

View File

@ -1,6 +1,6 @@
name: Deploy datapack to prod
on:
push:
pull_request:
branches: [master]
jobs:
build:
@ -14,6 +14,4 @@ jobs:
username: linuxserver.io
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cd /home/sadmin/containers/crafty/scripts/datapacks
./update_dev.sh prod
script_path: scripts/update_servers.sh

View File

@ -1,19 +1,17 @@
name: Deploy datapack to staging
name: Deploy datapack to prod
on:
push:
pull_request:
branches: [staging]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Updating staging servers...
- 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: |
cd /home/sadmin/containers/crafty/scripts/datapacks
./update_dev.sh stag
script_path: scripts/update_servers.sh

View File

@ -2,9 +2,6 @@
## Roadmap
- [ ] Database
- Will server the rest of datapack creation
- [ ] Serverside Coordinates Storage
- [ ] Team Development Event
- [ ] Implement Area naming
- [ ] Server annoucements

View File

@ -1 +0,0 @@
whoami