mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Support environment when deploy a workflow #96

Closed antho1404 closed 4 years ago

antho1404 commented 5 years ago

When a workflow file has a service or path, we should be able to pass a list of environmental variables to use when starting the instance of the service.

This environment can be directly defined in the workflow file or read from the env variable of the host machine with an approach similar to serverless https://serverless.com/framework/docs/providers/aws/guide/variables/