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 = "local_scripts/"  # Директория локальных скриптов
predeploy_scripts = "scripts/"  # Директория скриптов для выполнения на сервере
dist = "input/"  # Директория с файлами для отправки на сервер
dest = "output/"  # Директория для размещения файлов на сервере
postdeploy_scripts = "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.2.1.tar.gz (4.8 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for revampdeployer-0.2.1.tar.gz
Algorithm Hash digest
SHA256 313df5478518cef274d3bbc27cd665636e97aba2f590f1a5307ef8c9222ab13f
MD5 f329d5129b95ffd733e791b1a3165b30
BLAKE2b-256 6ca0dc0d33fddf7e06734b16d5a56d070b66b43b822b43df5e6408e5f80387dc

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