A simple example demonstrating how to use secrets and configs in Specific for managing sensitive and non-sensitive configuration.
Install the CLI and clone
curl -fsSL https://specific.dev/install.sh | sh
git clone https://github.com/specific-dev/examples.git cd examples/node-secrets npm install
Start the development server
specific dev
Deploy to production
specific deploy