pinpox / lollypops

Lollypop Operations - NixOS Deployment Tool
https://pinpox.github.io/lollypops/
GNU General Public License v3.0
118 stars 17 forks source link

Question: provisioning #17

Closed tartavull closed 11 months ago

tartavull commented 1 year ago

Is it possible to use lollypops to create instances in gcp or aws?

pinpox commented 1 year ago

It should be possible to add commands that are executed before/after the actual deployment. These could be used for creating the instances. I'm not able to add this feature myself currently, but I'll review any PR's if you want to give it a try

cmacrae commented 11 months ago

I just opened #23 which can be used to do this :) In fact I talk about how I'm booting a VM locally for provisioning in the PR description

pinpox commented 11 months ago

Thanks @cmacrae!

Closing this as resolved by #23