Skip to main content

No project description provided

Project description

RevampDeployer

RevampDeployer is a tool for managing and automating the deployment process of applications to remote servers.

Installation

You can install RevampDeployer via pip:

pip install revampdeployer

Usage

After installing RevampDeployer, you can use it from the command line to deploy your application to remote servers.

Example usage:

revampdeployer --config config.py

Here, config.py is the configuration file containing connection parameters to the servers and deployment settings. Please make sure your configuration file has the correct format and content.

Configuration File (config.py)

Example config.py configuration file:

servers = {
    "server1": {
        "address": "192.168.1.1",
        "username": "root",
        "password": "password1"
    },
    "server2": {
        "address": "192.168.1.2",
        "username": "admin",
        "password": "password2"
    },
    # Other servers...
}

local_scripts_dir = "local_scripts/"  # Директория локальных скриптов
scripts_dir = "scripts/"  # Директория скриптов для выполнения на сервере
input_dir = "input/"  # Директория с файлами для отправки на сервер
output_dir = "output/"  # Директория для размещения файлов на сервере
scripts_dir_deploy = "deploy_scripts/"  # Директория скриптов для пост-деплой конфигурации

This file should contain a list of servers, script directories, input and output directories, etc. Make sure all parameters are correct and match your environment.

License

This project is licensed under the MIT License. See the LICENSE file for additional information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

revampdeployer-0.1.5.tar.gz (4.7 kB view details)

Uploaded Source

File details

Details for the file revampdeployer-0.1.5.tar.gz.

File metadata

  • Download URL: revampdeployer-0.1.5.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.3

File hashes

Hashes for revampdeployer-0.1.5.tar.gz
Algorithm Hash digest
SHA256 0e4bbc84968b95a51b9998f93b3f7732df33ecd56566e1092073bed8132f948c
MD5 27ac3711ee17e2be0a67727d3bbee77d
BLAKE2b-256 0eca0b542d18c583c176389893319ed50f1cf64f7ca288a6a3226bbf1cf8fa62

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page