Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Latest commit

 

History

History

deploy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Deployment

Optbox

In developmenet we use the optbox device as a reverse proxy to access customer's infrastructure.

Host optbox-forward
Port 2222
HostName <your-optbox-ip>
IdentityFile ~/.ssh/id_rsa.pub

Connect to docker registry

docker login docker.akema.fr:5000
# User: coaxis
# Password: on LessPass v1: coaxis.com + [email protected] + v1>

Release Version

First, we create a feature/patch tag:

make tag-as-feature
# or tag-as-patch

Then we will build new container images, tagged as latest and the latest git tag. Then we push them to DockerHub:

make release

Deploy

Connect to production server using the optbox forwarding rule (cf. optbox's section):

ssh -p 2222 coaxis@optbox-forward
cd coaxisopt/
./deploy.sh ens192 v1.7.4