Skip to content

Conversation

@TartanLeGrand
Copy link
Contributor

@TartanLeGrand TartanLeGrand commented Jun 11, 2025

This pull request introduces a new reusable GitHub Actions workflow for building and deploying Docker images, along with updates to related documentation. The most significant changes include the addition of the deploy-docker.yml workflow, detailed documentation for its usage, and updates to the repository's README to reference the new workflow.

New Workflow for Docker Deployment:

  • .github/workflows/deploy-docker.yml: Added a reusable workflow to automate the process of building a Docker image, pushing it to Docker Hub, and deploying it to a remote server using SSH. The workflow includes jobs for computing the image tag, building the Docker image, and deploying it to the remote server.

Documentation Updates:

  • deploy-docker/README.md: Added comprehensive documentation for the new Docker deployment workflow, including its inputs, secrets, outputs, and step-by-step usage instructions.
  • README.md: Updated to include a reference to the new "Deploy Docker" workflow, describing its purpose and capabilities.

Minor Improvements:

  • publish-npm/README.md: Updated the workflow reference for publishing NPM packages to use the correct repository path.

@TartanLeGrand TartanLeGrand force-pushed the feat/docker-deployement branch from 55110fc to b71c1c8 Compare June 16, 2025 10:34
@TartanLeGrand TartanLeGrand merged commit 033e539 into main Jun 16, 2025
@TartanLeGrand TartanLeGrand deleted the feat/docker-deployement branch June 16, 2025 10: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.

2 participants