Samagra-Development / workflow

Workflow is an Open Source project aimed towards the creation of data flow models using config files thereby allowing you to easily create and interact with stateful applications with minimum setup.
https://samagra-development.github.io/workflow
5 stars 28 forks source link

Write a script to deploy workflow on a server #43

Open tushar5526 opened 1 year ago

tushar5526 commented 1 year ago

.gitpod.yml can be used to refer to the flow of running a server.

SanjaySinghRajpoot commented 1 year ago

I would like to work on this issue.

tushar5526 commented 1 year ago

Sure go ahead!

SanjaySinghRajpoot commented 1 year ago

So we want a script to automate the deployment of this repo but what kind of script do we need here?

tushar5526 commented 1 year ago

Hey @SanjaySinghRajpoot, apologies for the delayed response. I think python or bash script would be the best option here.

SanjaySinghRajpoot commented 1 year ago

I think you have mentioned the wrong issue.

SanjaySinghRajpoot commented 1 year ago

Could you please elaborate on the issue? At which platform we want to deploy this?

tushar5526 commented 1 year ago

We will be deploying to a linux environment generally. While deploying, one would need the secrets to be rotated once and this is where we can use the python script in the deployment script to rotate secrets. I hope it make sense, let me know if you need more clarity.

mecskyverse commented 1 year ago

Hey, @tushar5526 can I work on this issue? I would be writing bash scripts for deployment and rotating the secrets. Can I use Nginx to deploy or something else?