Compare commits

..

No commits in common. "31b2bf8cf5deb951c2951b05bce05c34ca091004" and "1a9b6506790e74f66266173eab155f8cc530411c" have entirely different histories.

3 changed files with 0 additions and 33 deletions

View File

@ -1,15 +0,0 @@
name: remote ssh command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: update server datapack folder
uses: appleboy/ssh-action@v1.2.1
with:
host: ${{ secrets.HOST }}
username: sadmin
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoami

View File

@ -1,17 +0,0 @@
name: Deploy datapack to prod
on:
pull_request:
branches: master
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 +0,0 @@
whoami