Skip to content

Commit aa7f925

Browse files
committed
fix networks for pack.
trigger release
1 parent 8e7bde7 commit aa7f925

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

backend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SHELL:=bash
99
MAKEFLAGS+=--warn-undefined-variables
1010
MAKEFLAGS+=--no-builtin-rules
1111

12-
# We like colors
12+
# We like colors.
1313
# From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects
1414
RED=`tput setaf 1`
1515
GREEN=`tput setaf 2`

devops/stacks/plone.org.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ services:
9999
configs:
100100
- zodbpack_conf
101101
networks:
102-
- internal
102+
- ploneorg
103103

104104
networks:
105105
public:

devops/stacks/testing.plone.org.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ services:
102102
configs:
103103
- zodbpack_conf
104104
networks:
105-
- internal
105+
- testing_ploneorg
106106

107107

108108
networks:

0 commit comments

Comments
 (0)