initial creation of new config type

This commit is contained in:
zardzul
2026-02-10 21:12:14 +01:00
parent a0b21c3292
commit e85fff565e
22 changed files with 167 additions and 73 deletions
+2 -2
View File
@@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Restart container
uses: appleboy/ssh-action@v1.2.0
uses: appleboy/ssh-action@v1.2.5
with:
host: ${{ secrets.host }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
script: |
cd minecraft-server-example-folder
cd minecraft-server-ironveil
docker compose restart