Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 725 Bytes

File metadata and controls

27 lines (23 loc) · 725 Bytes

Servers deployment

Deployment scripts for the server-side of the BeaconBlink project.

Components:

Deployment

Clone

Clone using HTTPS:

  git  clone  --recurse-submodules https://github.com/BeaconBlink/Deployment.git

or using SSH:

  git  clone  --recurse-submodules git@github.com:BeaconBlink/Deployment.git

Update

  git pull --recurse-submodules
  git submodule update --remote --recursive
  docker-compose build