blob: 6702aadcf4976d8cbdef75444c4622a091ca5fbe [file] [log] [blame]
#!/bin/bash
set -e
../kube/secrets/generate-new-key-for-service-account.sh skia-public etc perf-comp-ui
printf 'You should now run:\n'
printf ' cd ansible\n'
printf ' ansible-playbook ./switchboard/build_and_release_compui.yml\n'
printf ''
printf 'And after that push has completed intot k8s-config then run:'
printf ''
printf ' ansible-playbook ./switchboard/install_compui.yml\n'