Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Scripts Directory

Scripts used by the SetMeld Pod project.

Scripts

  • create-deploy-package.js — Builds the Docker Compose deployment tarball. Run npm run deploy:package (which runs npm run build then this script). Produces build/fedresda-node-deploy-<version>.tar.gz.
  • version.sh — Version management: get/set/bump version in version.json and package.json, and sync dependency URLs in config.

Usage

# Create the deployment package (build + tarball)
npm run deploy:package

# Version
npm run version:get
npm run version:set 1.0.0
npm run version:bump patch

Deployment is done by extracting the tarball and using Docker Compose; see deploy/README.md.