Skip to content

Commit 30f87fe

Browse files
committed
fix network name change for testingstable
add comments fix typo
1 parent 5524772 commit 30f87fe

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/backend-testing.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,19 @@ jobs:
139139

140140
deploy:
141141
if: ${{ github.ref == 'refs/heads/main' }}
142-
concurrency: deploy_testing
142+
concurrency: deploy_ploneorg_testingstable
143143
needs:
144144
- release
145145
runs-on: ubuntu-latest
146146
environment:
147+
# Only exception: keep this to testing.plone.org, otherwise I need to recreate the environment on githubs plone.org repo.
147148
name: testing.plone.org
148149
url: https://testing-stable.plone.org
149150
steps:
150151
- name: Checkout
151152
uses: actions/checkout@v6
152153

153-
- name: Deploy to testing-stabls.plone.org
154+
- name: Deploy to testing-stable.plone.org
154155
uses: kitconcept/docker-stack-deploy@v1.4.0
155156
with:
156157
registry: "ghcr.io"

.github/workflows/frontend-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133

134134
deploy:
135135
if: ${{ github.ref == 'refs/heads/main' }}
136-
concurrency: deploy_testing
136+
concurrency: deploy_ploneorg_testingstable
137137
needs:
138138
- release
139139
runs-on: ubuntu-latest

.github/workflows/redeploy-testing.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ jobs:
77

88
deploy:
99
if: ${{ github.ref == 'refs/heads/main' }}
10-
concurrency: deploy_testing
10+
concurrency: deploy_ploneorg_testingstable
1111
runs-on: ubuntu-latest
12-
environment:
13-
name: testing-stable.plone.org
12+
environment:
13+
# Only exception: keep this to testing.plone.org, otherwise I need to recreate the environment on githubs plone.org repo.
14+
name: testing.plone.org
1415
url: https://testing-stable.plone.org
1516
steps:
1617
- name: Checkout

devops/stacks/testing-stable.plone.org.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- backend
1111
networks:
1212
- public
13-
- testing_ploneorg
13+
- testingstable_ploneorg
1414
deploy:
1515
replicas: 1
1616
placement:
@@ -104,14 +104,14 @@ services:
104104
target: /zodbpack_conf
105105

106106
networks:
107-
- testing_ploneorg
107+
- testingstable_ploneorg
108108

109109

110110
networks:
111111
public:
112112
external: true
113113
driver: overlay
114-
testing_ploneorg:
114+
testingstable_ploneorg:
115115
driver: overlay
116116

117117
configs:

0 commit comments

Comments
 (0)