shyim / tanjun

Simple Dockerized Deployment
10 stars 0 forks source link

Secrets from env #6

Closed shyim closed 1 day ago

shyim commented 3 days ago

We should support things like:

secrets:
  from_env:
    - MY_ENV

We load then the currently populated environment variables as secrets. In that way we can grab secrets set in GitHub Actions and use them for deployments

shyim commented 1 day ago
  secrets:
    from_env:
      FOO: ~
    from_env_file:
      - .env.test

this works now