update modpack and remove success notif
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 6m9s

This commit is contained in:
Satria 2026-06-22 14:44:04 +07:00
commit 11b2c7315a
2 changed files with 10 additions and 10 deletions

View file

@ -37,14 +37,14 @@ jobs:
-H "Actions: view, Action Runs, https://git.satr14.my.id/${{ github.repository }}/actions?workflow=activate.yml; view, View Commit, https://git.satr14.my.id/${{ github.repository }}/commit/${{ github.sha }}" \
-d "${{ github.event.head_commit.message }}"
- name: Notify on success
if: success()
run: |
curl -s -X POST https://notify.proxy.satr14.my.id/git-flake-updates \
-H "Title: NixOS Homelab Rebuild Succeeded" \
-H "Tags: white_check_mark" \
-H "Actions: view, View Commit, https://git.satr14.my.id/${{ github.repository }}/commit/${{ github.sha }}" \
-d "${{ github.event.head_commit.message }}"
# - name: Notify on success
# if: success()
# run: |
# curl -s -X POST https://notify.proxy.satr14.my.id/git-flake-updates \
# -H "Title: NixOS Homelab Rebuild Succeeded" \
# -H "Tags: white_check_mark" \
# -H "Actions: view, View Commit, https://git.satr14.my.id/${{ github.repository }}/commit/${{ github.sha }}" \
# -d "${{ github.event.head_commit.message }}"
- name: Clean Up
if: always()

View file

@ -4,10 +4,10 @@
ram-allocation-mb = 12288;
rcon-pass = "howdy";
modpack = let
commit = "3956a42f139b93b049ff5004bba62cf29c9d3b99";
commit = "e47a428b61fc087f4c733258e5a282c21b32d9c3";
path = if production then "commit/${commit}" else "branch/main";
in pkgs.fetchPackwizModpack {
packHash = "sha256-g3PNwhFJkF8pSAx8sp2TLE3RH2vjgDuFElSS/ok8EfI=";
packHash = "";
url = "https://git.satr14.my.id/satr14/server-modpack/raw/${path}/pack.toml";
};
in {