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

Project deploy changes #561

Merged
merged 4 commits into from
Sep 21, 2021
Merged

Project deploy changes #561

merged 4 commits into from
Sep 21, 2021

Conversation

anthmatic
Copy link
Contributor

@anthmatic anthmatic commented Sep 21, 2021

Description and Context

  • Update hs project deploy for new deploy service
    • add new endpoints
    • poll for deployed status

Screenshots

TODO

Who to Notify

@@ -232,11 +232,102 @@ const pollBuildStatus = async (accountId, name, buildId) => {
});
};

const pollDeployStatus = async (accountId, name, deployId) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is very similar to the build status polling logic. Will definitely DRY this up- time permitting, I'll do that in this PR

@brandenrodgers
Copy link
Contributor

I haven't dug into this yet, but I wanted to mention that IMO it's OK to get this deploy work out without handling the " Update hs project upload to be aware of deployments" work. If you want you could handle that in a separate PR.

Copy link
Contributor

@miketalley miketalley left a comment

Choose a reason for hiding this comment

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

Code looks good!

@anthmatic
Copy link
Contributor Author

Example of the manual deploy flow:
image

Since the auto-deploy side of things is still in flight I'm going to get this in so that folks can test.

@anthmatic anthmatic merged commit 49aa39a into master Sep 21, 2021
@anthmatic anthmatic deleted the project-deploy-changes branch September 21, 2021 20:34
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.

3 participants