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

Archive previous deployment releases #941

Open
RichDom2185 opened this issue Jun 2, 2023 · 0 comments · May be fixed by #971
Open

Archive previous deployment releases #941

RichDom2185 opened this issue Jun 2, 2023 · 0 comments · May be fixed by #971
Assignees

Comments

@RichDom2185
Copy link
Member

Currently, the GitHub Actions workflow will delete all the past releases and only retain the most recent release:

image

This is problematic as it makes it hard to rollback to a specific version without manually looking through the GitHub Actions history and force-pushing the branch back to the exact older state. Even then, this solution would not be ideal as it is essentially a "hacky" way to make GitHub Actions rebuild the particular release. If environment settings (e.g. runner OS version, environment secrets/variables) have changed since the last time that particular release was built, the resulting compiled release may not be identical.

We should change this behavior.

@RichDom2185 RichDom2185 self-assigned this Jun 2, 2023
@RichDom2185 RichDom2185 linked a pull request Jul 13, 2023 that will close this issue
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 a pull request may close this issue.

1 participant