Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

YunoHost/doyunohost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment Script

Prerequisites

Usage

deploy.py --client-id <my_client_id>     # DO client ID
          --api-key <my_api_key>         # DO API key
          --domain <mydomain.nohost.me>  # Domain name (used as droplet name)
          [--ssh-key-name <ssh_key>]     # Use SSH key based authentication, with the specific key
          [--password <my_password>]     # Admin password (auto-execute post-installation if set)
          [--test]                       # Install from test repository
          [--no-snapshot]                # Do not snapshot after installation nor recover from snapshot
          [--update-snapshot]            # Force fresh install and snapshot
remove.py --client-id <my_client_id>     # DO client ID
          --api-key <my_api_key>         # DO API key
          --domain <mydomain.nohost.me>  # Domain name (used as droplet name)

About

Digital Ocean deployment script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages