Skip to content

Commit 570307f

Browse files
author
Matt Reeves
committedSep 17, 2024
Merge branch 'main' into renovate/ghcr.io-n8n-io-n8n-1.x
2 parents da46c30 + 9a05467 commit 570307f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
 

‎.forgejo/workflows/CD.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}"
3434
for folder in "${folder_array[@]}"; do
3535
case $folder in
36+
actual)
37+
target_host="ubu.lan"
38+
;;
3639
arrs)
3740
target_host="arrs.lan"
3841
;;
@@ -60,11 +63,14 @@ jobs:
6063
netboot)
6164
target_host="netboot.lan"
6265
;;
63-
nexus)
64-
target_host="nexus.lan"
66+
nexterm)
67+
target_host="ubu.lan"
6568
;;
66-
pages)
67-
target_host="pages.lan"
69+
npm)
70+
target_host="npm.lan"
71+
;;
72+
paperless)
73+
target_host="ubu.lan"
6874
;;
6975
portainer)
7076
target_host="port.lan"

‎docker/paperless/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- redisdata:/data
77

88
webserver:
9-
image: ghcr.io/paperless-ngx/paperless-ngx:2.12.0
9+
image: ghcr.io/paperless-ngx/paperless-ngx:2.12.1
1010
restart: unless-stopped
1111
depends_on:
1212
- broker

0 commit comments

Comments
 (0)
Please sign in to comment.