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

457 deployment bug in staging #460

Merged
merged 6 commits into from
Oct 21, 2023

Conversation

alexlaw528
Copy link
Member

Fixes #457

Changes

  • Revert poetry version to 1.3.0
  • Disabled checks causing lint errors

@MattPereira
Copy link
Contributor

I'd prefer to revert back to the original state and work from there to prevent potentially drifting farther away from a stable deployment

But I'm open to discussion on this if you have a different opinion

#461

Comment on lines +8 to 15
#Download Poetry into Path
ENV POETRY_HOME=/usr/local/poetry
ENV PATH="$POETRY_HOME/bin:${PATH}"

# Set up shell for pipe
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Download Poetry into Path
Copy link
Contributor

Choose a reason for hiding this comment

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

looks like this comment is accidentally being repeated twice

#Download Poetry into Path

@MattPereira MattPereira merged commit 2f49e77 into hackforla:main Oct 21, 2023
5 checks passed
MattPereira added a commit that referenced this pull request Oct 21, 2023
alexlaw528 pushed a commit that referenced this pull request Oct 21, 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
2 participants