Skip to content

Commit 11bea53

Browse files
committed
Add DB_PORT variable to backend and tag-deploy release
Trigger backend release.
1 parent 1560877 commit 11bea53

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ jobs:
209209
BACKEND_IMAGE=${{ env.IMAGE_NAME_PREFIX }}-backend
210210
FRONTEND_IMAGE=${{ env.IMAGE_NAME_PREFIX }}-frontend
211211
DB_HOST=${{ vars.DB_HOST }}
212+
DB_PORT=${{ vars.DB_PORT}}
212213
DB_NAME=${{ vars.DB_NAME }}
213214
DB_USER=${{ vars.DB_USER }}
214215
DB_PASSWORD=${{ secrets.DB_PASSWORD }}

.github/workflows/deploy-tag-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
BACKEND_IMAGE=${{ env.IMAGE_NAME_PREFIX }}-backend
169169
FRONTEND_IMAGE=${{ env.IMAGE_NAME_PREFIX }}-frontend
170170
DB_HOST=${{ vars.DB_HOST }}
171+
DB_PORT=${{ vars.DB_PORT}}
171172
DB_NAME=${{ vars.DB_NAME }}
172173
DB_USER=${{ vars.DB_USER }}
173174
DB_PASSWORD=${{ secrets.DB_PASSWORD }}

backend/CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Contributors
1+
# Contributors.
22

33
- Plone Foundation [collective@plone.org]

0 commit comments

Comments
 (0)