Create new portal

cd ~/Altenar/code/portal-cloud-infrastructure/
git checkout master
git pull origin master
git checkout -b feature/DOPS-3216-Betcos
source ./env-dev.local.cmd
./cli-new-frontend.cmd betcos


ssh-keygen -t rsa -q -N '' -f '~/.ssh/betcos.rsa' -C 'Deployment key for: betcos'
openssl enc -A -base64 -in '~/.ssh/betcos.rsa' > '~/.ssh/betcos.rsa.b64'

source env-dev.cmd

Last updated

Was this helpful?