diggerhq / digger

Digger is an open source IaC orchestration tool. Digger allows you to run IaC in your existing CI pipeline ⚡️
https://digger.dev
Apache License 2.0
4.29k stars 578 forks source link

Run locally with a minio S3 #439

Open ZIJ opened 1 year ago

ZIJ commented 1 year ago

It would be sweet if we also run locally with a minio s3 and https://github.com/nektos/act ?

I assume it needs a S3 bucket right ?

Its a bit like how I use makefiles for local CI and github workflows CI so I can run the same code locally as in CI. Makes things quicker. Just my own weird way i know.

Raised by u/gedw99 in the "trending on github" reddit thread

ZIJ commented 1 year ago

Related to #430

Related to #141

gedw99 commented 1 year ago

Just adding myself to this.

I have a makefile that automatically installs and boots minio if you want it ?

Works on all OS’s.

gedw99 commented 1 year ago

Also overmind !! It works great to run everything under you.

https://github.com/DarthSim/overmind

for windows Goreman does same thing almost

https://github.com/mattn/goreman

gedw99 commented 1 year ago

you can also replace as dynamic db with NATS.

It will then be cloud independent and you can run everything locally too.

motatoes commented 1 year ago

hey @gedw99 were you able to get the action running locally? Would be great to share more details with us so that we can also update our documentation pages!