gor-deploy/deploy
2025-07-24 10:03:42 +05:30
..
records Use solana GOR token payments to deploy apps (#1) 2025-07-21 13:14:05 +00:00
.registry.env.example Use solana GOR token payments to deploy apps (#1) 2025-07-21 13:14:05 +00:00
config.yml Use solana GOR token payments to deploy apps (#1) 2025-07-21 13:14:05 +00:00
deploy.sh Use solana GOR token payments to deploy apps (#1) 2025-07-21 13:14:05 +00:00
Dockerfile Use solana GOR token payments to deploy apps (#1) 2025-07-21 13:14:05 +00:00
pricing.yml Update readme to publish required records 2025-07-24 10:03:42 +05:30
publish-pricing.md Update readme to publish required records 2025-07-24 10:03:42 +05:30
README.md Update record type 2025-07-22 16:13:31 +05:30
remove-deployment.sh Use solana GOR token payments to deploy apps (#1) 2025-07-21 13:14:05 +00:00

Deploy

Setup

gor-deploy

  • Clone the repo:

    git clone git@git.vdb.to:LaconicNetwork/gor-deploy.git
    cd gor-deploy/deploy
    
  • Build registry CLI image:

    docker build -t cerc/laconic-registry-cli .
    
    # Builds image cerc/laconic-registry-cli:latest
    
  • Configure userKey and bondId in the registry CLI config:

    nano config.yml
    
  • Add configuration for registry operations:

    cp .registry.env.example .registry.env
    
    # Fill in the required values
    nano .registry.env
    
  • Add configuration for the app:

    curl -s https://git.vdb.to/LaconicNetwork/gor-deploy/src/branch/main/.env.example -o .app.env
    
    # Fill in the required values
    nano .app.env
    

Run

gor-deploy

Remove deployment

  • Remove deployment:

    # In gor-deploy/deploy dir
    docker run -it \
    -v ./:/app/deploy -w /app/deploy \
    -e DEPLOYMENT_RECORD_ID=<deploment-record-id-to-be-removed> \
    cerc/laconic-registry-cli:latest \
    ./remove-deployment.sh