Compare commits
No commits in common. "356a06dd4cb8546643efe6532402d3db94f89a47" and "31b2bf8cf5deb951c2951b05bce05c34ca091004" have entirely different histories.
356a06dd4c
...
31b2bf8cf5
@ -1,17 +1,15 @@
|
|||||||
name: Deploy datapack to prod
|
name: remote ssh command
|
||||||
on:
|
on: [push]
|
||||||
pull_request:
|
|
||||||
branches: [staging]
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Updating prod servers...
|
- name: update server datapack folder
|
||||||
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: sadmin
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script_path: scripts/update_servers.sh
|
script: whoami
|
||||||
@ -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
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
# Ferdinland Datapack
|
|
||||||
|
|
||||||
## Roadmap
|
|
||||||
|
|
||||||
- [ ] Team Development Event
|
|
||||||
- [ ] Implement Area naming
|
|
||||||
- [ ] Server annoucements
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
name: Deploy datapack to prod
|
name: Deploy datapack to prod
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: master
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
Loading…
Reference in New Issue
Block a user