Batch initialize drone projects
- Setup CLI access to your drone server
- Add your secrets to a batch of drone projects
sudo curl -L -o /bin/drone-init https://raw.githubusercontent.com/jamrizzi/drone-init/master/drone-init.py
sudo chmod +x /bin/drone-init
drone-init
Make sure projects are properly signed so they can access the secrets. You can read more about this HERE.