Create workflow that can be configured to update production servers #3

Merged
ehrumsey merged 5 commits from dev into master 2025-02-26 13:37:56 -06:00
Showing only changes of commit 183b1b689c - Show all commits

View File

@ -5,11 +5,11 @@ jobs:
name: Build name: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: executing remote ssh commands using password - 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: whoami script: whoami