Skip to content

cuappdev/send

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

send

A centralized deployment service and its corresponding CLI, written in Go.

Requirements

Required variables:

Create a .envrc file in the repository by running the following and setting the correct values:

cp envrc.template .envrc

Using direnv is recommended. Otherwise, you need to source it using source .env.

To run

After cloning, run

go build ./cmd/send

then

./send

Set up swarm-cli

In /Users/<your user>/.send/swarm-cli/, run

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
ansible-galaxy install --roles-path roles -r requirements.yml  # install ansible roles
python manage.py  # run this command to check commands

About

A centralized deployment service and its corresponding CLI, written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages