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

Fix production deployments #1066

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Conversation

abandoned-prototype
Copy link
Collaborator

Fixes issue

Prod deploy failed.

Description of Changes

Pushing into the main branch is now longer required for production deployments, but the task.py script was hard-coded to fetch the (out of date) main branch.
After this change, the script will now fetch the given git ref, in the prod deploy case this is the tag used in the release.

Notes for Deployment

Tested task.py script locally

Tests and linting

  • This branch is up-to-date with the develop branch.
  • pytest passes on my local development environment.
  • pre-commit passes on my local development environment.

Pushing into the main branch is now longer required for
production deployments, but the task.py script was hard-coded
to fetch the main branch.
The script will now fetch the given git ref, in the prod
deploy case this is the tag used in the release.
@abandoned-prototype abandoned-prototype changed the title Fix production deployments. Fix production deployments Sep 24, 2023
@abandoned-prototype abandoned-prototype merged commit 99d4fb6 into develop Sep 24, 2023
2 checks passed
@abandoned-prototype abandoned-prototype deleted the fix_prod_deployments branch September 24, 2023 06:02
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.

2 participants