Below you will find pages that utilize the taxonomy term “Sovarto”
August 13, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The config-file-from-env GitHub Action replaces environment variables in a specified config file with their corresponding values. This automates the process of handling configuration files by dynamically inserting environment variable references into your configuration files, making them more flexible and easier to manage across different environments or deployments.
August 13, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Docker Swarm service. It performs two main tasks: first, it runs npm ci and npm run bundle to prepare the project for deployment; second, it commits the dist folder to the repository to ensure all necessary files are included in the build artifacts. This ensures that the service is ready to be deployed without errors.
August 13, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Docker Swarm service by bundling assets before they are pushed to a repository. It ensures that all necessary files, including the bundled distribution, are included in the commit process to facilitate smooth deployment and versioning.
August 13, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Swarm service by preparing it for production. It ensures that all necessary dependencies are installed and bundled, making it ready to be deployed with minimal configuration changes. The action streamlines the process of deploying services from development to production on Docker Swarm environments.
August 12, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action replaces placeholders in a configuration file with values from environment variables. It’s designed to automate the process of dynamically setting configurations based on environment settings, making it easier to manage and deploy applications across different environments.
August 12, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action reads values from environment variables and replaces placeholders in specified configuration files. It automates tasks like updating configuration settings dynamically based on runtime conditions, ensuring consistency across environments.
August 12, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The deploy-swarm-service GitHub Action automates the deployment of a service to a Docker Swarm cluster. It performs two main tasks: running npm ci and bundling the project, then committing the resulting dist directory. This ensures that only necessary changes are pushed to the repository, reducing unnecessary uploads and improving deployment efficiency.
August 12, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action replaces placeholders with environment variable values in a specified configuration file. It automates the process of updating environment-specific settings without manual intervention, ensuring consistency across different environments.
What’s Changed feat: Initial version (e440a96)
August 11, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action reads configuration files and replaces placeholders with values from environment variables, making it easier to manage sensitive data securely during deployment.
What’s Changed feat: Add support for .env files (e706be3) chore: More info (d440258) feat: Initial version (e440a96)
August 11, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Docker Swarm service by bundling and committing the dist folder before pushing it to the repository. It ensures that the latest production-ready version is deployed without manual intervention, streamlining the process of deploying changes to the swarm environment.
August 10, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of deploying a Docker Swarm service. It ensures that all necessary dependencies are installed using npm ci, bundles the application, and commits the built files to the repository. This helps maintain a clean build environment and ensures consistent deployment across different environments.
August 10, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The config-file-from-env GitHub Action replaces environment variables in a specified configuration file with their corresponding values. This action automates the process of updating placeholders in configuration files to use actual environment settings, making it easier to manage configurations across different environments and deployments.
August 10, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Docker Swarm service by bundling its dependencies with npm and committing the resulting distribution folder to the repository. This helps streamline the release process, ensuring that all necessary files are included in the version control before publishing.
August 10, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The config-file-from-env GitHub Action replaces placeholders in configuration files with values from environment variables. It helps automate the process of managing sensitive data or configurations by securely storing them outside of the repository and retrieving them during runtime. This action is useful for deploying applications where configuration files need to be customized based on different environments.
August 10, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Docker Swarm service by bundling dependencies and committing the dist folder. It ensures that the necessary files are ready for deployment before pushing changes to the repository, facilitating a smoother workflow during development.
August 9, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action replaces placeholders in a configuration file with values from environment variables. It automates the process of dynamically configuring application settings based on environment-specific configurations without hardcoding sensitive information directly into the codebase.
August 9, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Docker Swarm service by executing npm ci and npm run bundle to build the project before committing the built files, ensuring that the latest version of the application is deployed in the swarm environment.
August 8, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The config-file-from-env GitHub Action automates the process of replacing placeholders in configuration files with environment variables. This action is particularly useful for managing sensitive information and configurations securely, ensuring that they are not hardcoded into your codebase or exposed publicly. It helps streamline deployment processes by dynamically injecting environment-specific settings directly into config files, reducing the risk of accidental exposure or misconfiguration.
August 8, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of building a JavaScript bundle before deploying it to a Swarm service. It ensures that all necessary dependencies are installed and the application is ready for deployment, thus simplifying the build and deployment pipeline.
August 6, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The deploy-swarm-service GitHub Action automates the process of deploying a Docker service to a Swarm cluster. It ensures that all necessary dependencies are installed and the application is properly bundled before deployment, addressing common issues related to environment setup and bundling processes for production environments.
August 4, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The config-file-from-env GitHub Action reads environment variables and replaces placeholders in a configuration file with their corresponding values. This helps in dynamically configuring applications based on the environment, enhancing flexibility and ease of deployment.
August 4, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action replaces environment variables in a specified configuration file with their actual values from your GitHub Actions workflow. It automates the process of substituting environment variables into configuration files, making it easier to manage sensitive information securely within workflows.
August 3, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The deploy-swarm-service GitHub Action automates the deployment of a Swarm service by bundling frontend assets and committing them to the repository. This ensures that the build artifacts are available for use in the production environment, simplifying the deployment process and reducing manual intervention required.
August 3, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Docker Swarm service. It ensures that all necessary dependencies are installed and bundled before committing the dist folder to version control, thereby preparing it for deployment to a Docker Swarm cluster.
August 3, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Docker Swarm service on a remote server by bundling assets, committing them to the repository, and triggering a deployment process. It solves the problem of managing complex deployments across multiple platforms and ensures that changes are version-controlled for consistency and reproducibility. The action provides a simple interface to deploy services with minimal setup required.
August 2, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Swarm service by running npm ci and npm run bundle on a Linux system. It ensures that the necessary dependencies are installed and the application is bundled before pushing, helping to streamline the development workflow for deploying Dockerized applications using Docker Swarm.
August 2, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action replaces placeholders in a configuration file with values from environment variables. It’s designed to automate the process of managing sensitive information, such as API keys or passwords, without hardcoding them directly into the codebase. The action simplifies the management and deployment of applications by ensuring that sensitive details are stored securely outside of version control.
August 2, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Swarm service by running npm ci and npm run bundle, then commits the resulting dist folder to the repository. This ensures that the service is correctly packaged and ready for deployment when pushed to a Git repository.
August 1, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Docker Swarm service by building the project first with npm ci and npm run bundle. It then commits the built dist folder to the repository. The main purpose is to streamline the build process for deploying the application on a Docker Swarm cluster.
August 1, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action replaces environment variables in a specified configuration file, automating tasks such as updating sensitive data dynamically. It helps ensure that your configuration files remain secure by using secrets and placeholders instead of hard-coded values.
August 1, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The deploy-swarm-service GitHub Action automates the deployment of a Docker Swarm service. It ensures that the necessary dependencies are installed and bundled before committing the distribution files to ensure a consistent build environment during deployment. This helps in maintaining the reliability and quality of the application by ensuring all required packages are available when deploying on a Swarm cluster.