Full lifecyle deployment from github to aws ecs
Project description
Cli written in Python to make Deployment easier
In order to use this. You need the latest version of python installed. After that follow the steps below.
- move to the
clidirectory (the parent directory of this file) - Create python virtual environment with
python3 -m venv env - Active virtual env with
source env/bin/activate - Install python dependencies with
python3 -m pip install -r requirements.txt - Install the cli in virtual environment with
pip install -e .
Basics
- View available commands with
deploy --help - View options of individual command with
deploy COMMAND --help
Creating Stack
deploy create-stack -n STACK_NAMEEx:deploy create-stack -n resources
Creating multiple stack at once
- Deploy core with
deploy create-stacks -c - Deploy all services according to config yml files
with
deploy create-stack -s
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aws_ecs_deploy-0.1.1.tar.gz
(31.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws_ecs_deploy-0.1.1.tar.gz.
File metadata
- Download URL: aws_ecs_deploy-0.1.1.tar.gz
- Upload date:
- Size: 31.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Darwin/22.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe8500c41476a234317e58bb14af3df937c4d8806015d4ab245e7a7364b4c6b3
|
|
| MD5 |
bf85aa9333decbb02caeeae9c392d9f4
|
|
| BLAKE2b-256 |
d473e4371ce8e8be516fd51a83eb5c4fd5b5a8d3c51a384d75fe51e261066a92
|
File details
Details for the file aws_ecs_deploy-0.1.1-py3-none-any.whl.
File metadata
- Download URL: aws_ecs_deploy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 42.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Darwin/22.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b113db19443de65884762ac6ab024b1b2d7144fcbc06a90db18196f1fc60fec
|
|
| MD5 |
e3671380b8e2f7be4be61c105e01d108
|
|
| BLAKE2b-256 |
dba735f30e49b9afb8f5b4431d5019bc26149c2def694c74ca1f04e9269a8acb
|