fix: CI: port is a number
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-12-19 08:34:25 +05:30
parent df3ed747b0
commit 20e326fb51
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -70,4 +70,4 @@ services:
- LPCONDUCTOR_SOURCE_CODE="https://example.org"
- LPCONDUCTOR_CREDS_USERNAME="librepages_api"
- LPCONDUCTOR_CREDS_PASSWORD="longrandomlygeneratedpassword"
- PORT="5000"
- PORT=5000