Archipel Deployer

July 19, 2021 ยท View on GitHub

Archipel End-To-End tests, build scripts and deploy tools.

Building Docker images

Archipel

# Clone the repository
git clone https://github.com/luguslabs/archipel.git
docker build -t luguslabs/archipel . -f deployer/archipel/Dockerfile

Archipel test version

# Clone the repository
git clone https://github.com/luguslabs/archipel.git
docker build -t luguslabs/archipel:test . -f deployer/archipel/Dockerfile

All testing Docker images

You can also build all testing containers

# Clone the repository
git clone https://github.com/luguslabs/archipel.git
cd deployer && sudo ./buildAll.sh && cd ..