Skip to content

feat(root): new deployment and rollback action #8126

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

Open
wants to merge 41 commits into
base: next
Choose a base branch
from
Open

Conversation

merrcury
Copy link
Member

This pull request includes significant updates to the deployment workflow and Dockerfile configurations. The changes primarily focus on improving the deployment process by modifying environment settings, introducing new matrices, and updating Dockerfile bases.

Workflow Improvements:

Dockerfile Updates:

merrcury added 30 commits April 1, 2025 16:18
@merrcury
Copy link
Member Author

Rollback Action
image

@merrcury merrcury changed the title feat(root): new deployment action feat(root): new deployment and rollback action Apr 15, 2025
if [ "${{ github.event.inputs.environment }}" == "development" ]; then
envs+=("\"development\"")
if [ "${{ github.event.inputs.environment }}" == "staging" ]; then
envs+=("\"staging-eu\"")
Copy link
Contributor

Choose a reason for hiding this comment

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

we have staging-eu?

@@ -76,26 +110,70 @@ jobs:
services+=("\"webhook\"")
fi

# Parse service secrets and generate deploy_matrix
Copy link
Contributor

Choose a reason for hiding this comment

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

where will we see those matrices? 👏

outputs:
docker_image: ${{ steps.build-image.outputs.IMAGE }}
registry: ${{ steps.build-image.outputs.registry }}
Copy link
Contributor

Choose a reason for hiding this comment

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

is it common to call an image as registry?

Copy link
Contributor

Choose a reason for hiding this comment

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

where are the vars defined?

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