Skip to content

Instantly share code, notes, and snippets.

@zburgermeiszter
Created December 14, 2017 11:28
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save zburgermeiszter/b9d39bbdb7d0548fbf8a95818bb9cdd0 to your computer and use it in GitHub Desktop.
Save zburgermeiszter/b9d39bbdb7d0548fbf8a95818bb9cdd0 to your computer and use it in GitHub Desktop.
Envsubst render multiple files.
for f in $(find deploy/templates -regex '.*\.ya*ml'); do envsubst < $f > "./deploy/generated/$(basename $f)"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment