Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt fix for staging deployment #465

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

MattPereira
Copy link
Contributor

@MattPereira MattPereira commented Oct 23, 2023

Fixes #457

Changes

  • Added postgresql-dev to the dockerfile that build image used for staging site deployment
  • I think the root of problem is that pg_config cannot be found and GPT thinks that installing postgresql-dev as part of the image building process will make pg_config available

image

Copy link
Member

@bzzz-coding bzzz-coding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's give this a try!

Copy link
Member

@alexlaw528 alexlaw528 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a sensible solution. Let's give it a shot!

@MattPereira MattPereira merged commit 83fa68e into hackforla:main Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix deployment workflow for staging site
3 participants