Skip to content

Commit

Permalink
fix: try echoing pgpassword in migration job🤫 (#419)
Browse files Browse the repository at this point in the history
🤫
  • Loading branch information
arealmaas authored Feb 6, 2024
1 parent b0d74e8 commit fe673a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Tools

`.github/tools/containerAppJobVerifier.sh` is used to verify the status of a container application job. It checks if the job has completed successfully or not.

`.github/tools/revisionVerifier.sh` is used to verify the revision of the deployed container app. It ensures that the current revision has been deployed successfully.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ENV Infrastructure__DialogDbConnectionString=""
WORKDIR /app
USER $APP_UID
COPY --from=build /app/publish .
ENTRYPOINT ./efbundle -v --connection "${Infrastructure__DialogDbConnectionString}"
ENTRYPOINT echo $Infrastructure__DialogDbConnectionString && ./efbundle -v --connection "${Infrastructure__DialogDbConnectionString}"

0 comments on commit fe673a3

Please sign in to comment.