ganache-cli --deterministicInstall, compile, deploy:
npm install
npx openzeppelin compile
npx openzeppelin createGenerate mnemonic:
npx mnemonics
Save the output to .env:
MNEMONIC="..here to the mnemonic words"
Follow the manual for deployment. Network is configured in networks.js already, if you have the corrent mnemonics.