Compare commits
No commits in common. "31b2bf8cf5deb951c2951b05bce05c34ca091004" and "1a9b6506790e74f66266173eab155f8cc530411c" have entirely different histories.
31b2bf8cf5
...
1a9b650679
@ -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
|
|
||||||
17
action.yaml
17
action.yaml
@ -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
|
|
||||||
@ -1 +0,0 @@
|
|||||||
whoami
|
|
||||||
Loading…
Reference in New Issue
Block a user