Skip to content

Commit

Permalink
fix: Redeploy (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed May 16, 2024
1 parent 31779b7 commit ffad0b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh

if [[ -z "${CONNECTION_STRING}" ]]; then
if [ -z "${PG_COMPONENT_PSQL_USER}" ] || [ -z "${PG_COMPONENT_PSQL_PASSWORD}" ] || [ -z "${PG_COMPONENT_PSQL_HOST}" ] || [ -z "${PG_COMPONENT_PSQL_PORT}" ] || [ -z "${PG_COMPONENT_PSQL_DATABASE}" ]; then
# Either the connection string or the individual DB encironenment variables must be set.
Expand Down

0 comments on commit ffad0b4

Please sign in to comment.