Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 801 Bytes

demo.md

File metadata and controls

31 lines (19 loc) · 801 Bytes

a demo that is very cool

This doc is going to walk through the "golden path" for CNDI. It uses the GitHub CLI for creating GitHub Actions Secrets, but that isn't necessary.

  1. Ensure you have the GitHub CLI installed and configured

  2. Run gh repo create polyseam/my-repo --private --clone to create a private repo

  3. To download your executable run:

# if you are on windows you should run this in 'git bash'
curl -fsSL https://raw.githubusercontent.com/polyseam/cndi/main/install.sh | sh
  1. Run cndi init --interactive and choose a template

  2. Run gh secret set -f .env

  3. Run git add .

  4. Run git status

  5. Run git commit -m 'deploy!'

  6. Run git push -u origin main

  7. Watch the magic 🪄