Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f8b4936951 | |||
| 0a50a2d702 |
@@ -55,7 +55,7 @@ jobs:
|
|||||||
- name: Build and Push Container image for the Server
|
- name: Build and Push Container image for the Server
|
||||||
run: |
|
run: |
|
||||||
docker login ${IMAGE_URL} --username gitAutomationBot --password ${{ secrets.BOT_TOKEN }}
|
docker login ${IMAGE_URL} --username gitAutomationBot --password ${{ secrets.BOT_TOKEN }}
|
||||||
docker build -t ${IMAGE_URL}:${{ github.ref_name }} --network host /out/server
|
docker build -t ${IMAGE_URL}:${{ github.ref_name }} /out/server
|
||||||
docker tag ${IMAGE_URL}:${{ github.ref_name }} ${IMAGE_URL}:latest
|
docker tag ${IMAGE_URL}:${{ github.ref_name }} ${IMAGE_URL}:latest
|
||||||
docker push ${IMAGE_URL}:${{ github.ref_name }}
|
docker push ${IMAGE_URL}:${{ github.ref_name }}
|
||||||
docker push ${IMAGE_URL}:latest
|
docker push ${IMAGE_URL}:latest
|
||||||
@@ -79,19 +79,19 @@ jobs:
|
|||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
if: ${{ failure() || success() }}
|
if: ${{ failure() || success() }}
|
||||||
with:
|
with:
|
||||||
name: "Version ${{ github.ref_name }} (${{ steps.config.outputs.version }})"
|
name: "Version ${{ github.ref_name }}"
|
||||||
body: >
|
body: >
|
||||||
Modpack Server container image: `${{ steps.config.outputs.image_path }}/${{ steps.config.outputs.image_name }}:${{ github.ref_name }}`
|
Modpack Server container image: `${{ steps.config.outputs.image_path }}/${{ steps.config.outputs.image_name }}:${{ github.ref_name }}`
|
||||||
files: |-
|
files: |-
|
||||||
/out/curse/*-${{ github.ref_name }}.zip
|
/out/curse/*-${{ github.ref_name }}.zip
|
||||||
|
|
||||||
# - name: "Send notification"
|
- name: "Send notification"
|
||||||
# uses: ivanmilov/telegram_notify_action@v1
|
uses: ivanmilov/telegram_notify_action@v1
|
||||||
# with:
|
with:
|
||||||
# api_key: ${{ secrets.TELEGRAM_API_KEY }}
|
api_key: ${{ secrets.TELEGRAM_API_KEY }}
|
||||||
# chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
|
chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
|
||||||
# message: |
|
message: |
|
||||||
# Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**!
|
Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**!
|
||||||
|
|
||||||
# Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or
|
Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or
|
||||||
# [download the newest Modpack zip directly](${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}).
|
[download the newest Modpack zip directly](${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}).
|
||||||
|
|||||||
13
config.yml
13
config.yml
@@ -32,16 +32,13 @@ customizations:
|
|||||||
- mod_id: 282001 # CC: Tweaked
|
- mod_id: 282001 # CC: Tweaked
|
||||||
server: false # Included via overrides
|
server: false # Included via overrides
|
||||||
client: false
|
client: false
|
||||||
- mod_id: 377897 # Productive Bees
|
|
||||||
file_id: 7718174
|
|
||||||
server: false # Disable old version
|
|
||||||
client: false
|
|
||||||
- mod_id: 377897
|
|
||||||
file_id: 7852443
|
|
||||||
server: true # Enable new version for server & client
|
|
||||||
client: true
|
|
||||||
|
|
||||||
# Fix stupid Curse API
|
# Fix stupid Curse API
|
||||||
- mod_id: 391382
|
- mod_id: 391382
|
||||||
|
file_id: 6981252
|
||||||
name: "More Overlays Updated"
|
name: "More Overlays Updated"
|
||||||
download_url: "https://mediafilez.forgecdn.net/files/6981/252/moreoverlays-1.24.2-mc1.21.1-neoforge.jar"
|
download_url: "https://mediafilez.forgecdn.net/files/6981/252/moreoverlays-1.24.2-mc1.21.1-neoforge.jar"
|
||||||
|
- mod_id: 433760
|
||||||
|
file_id: 7818966
|
||||||
|
name: "Not Enough Animations"
|
||||||
|
download_url: "https://mediafilez.forgecdn.net/files/7818/966/notenoughanimations-neoforge-1.12.0-mc1.21.1.jar"
|
||||||
|
|||||||
Reference in New Issue
Block a user