Skip to content

Commit

Permalink
feat: Start add new resource packer!
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 10, 2024
1 parent 5042529 commit 3011bf9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/Push-BetaRes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Push Beta Resourcepack

on:
push:
branches:
- "ci/new_packer"

jobs:
iapacker:
uses: ./.github/workflows/resuable_ia.yml
15 changes: 15 additions & 0 deletions .github/workflows/resuable_ia.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Makeup IA Resourcepack

on:
workflow_call: {}

jobs:
ia_container:
runs-on: ubuntu-latest
services:
ia_container:
image: ghcr.io/xmikux/itemsadder-image:latest
env:
RCON_ENV: ${{ secrets.RCON_PASSWORD }}
ports:
- 25575:25575

0 comments on commit 3011bf9

Please sign in to comment.