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

ci: fix deploy workflow #567

Merged
merged 1 commit into from
Jan 6, 2025
Merged

ci: fix deploy workflow #567

merged 1 commit into from
Jan 6, 2025

Conversation

Mirko-von-Leipzig
Copy link
Contributor

@Mirko-von-Leipzig Mirko-von-Leipzig commented Dec 7, 2024

Fixes some issues picked up when deploying a non-release version.

Non-release deployments requires building the packages as part of the workflow. Release deployments simply pull the pre-built binaries from github directly. Non-release deployments haven't been exercised fully before.

More concretely this PR fixes:

  • missing escape around the git reference input
  • renames the built packages to those expected by the workflow
  • missing line-ends of some ssm-command invocations

@Mirko-von-Leipzig Mirko-von-Leipzig force-pushed the mirko/fix/deploy_script branch 3 times, most recently from 7d1fe21 to c8b06ea Compare December 7, 2024 12:36
@Mirko-von-Leipzig Mirko-von-Leipzig marked this pull request as ready for review December 9, 2024 08:25
@bobbinth
Copy link
Contributor

@Mirko-von-Leipzig - what's remaining to do to merge this?

@Mirko-von-Leipzig
Copy link
Contributor Author

@Mirko-von-Leipzig - what's remaining to do to merge this?

Nothing I just need an approval :)

Copy link
Contributor

@bobbinth bobbinth left a comment

Choose a reason for hiding this comment

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

Looks good! Thank you! This is to be merged into the main branch directly, right?

@Mirko-von-Leipzig
Copy link
Contributor Author

Looks good! Thank you! This is to be merged into the main branch directly, right?

Correct yes

@bobbinth bobbinth merged commit cf9662a into main Jan 6, 2025
10 checks passed
@bobbinth bobbinth deleted the mirko/fix/deploy_script branch January 6, 2025 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants