fteychene/dokku-build-hook

Access to app environment variable

Closed this issue ยท 1 comments

Could be possible access to env variables inside shell script?

Like:

echo "Loading ssh" && ssh-add <(echo "$SSH_PRIVATE_KEY")

It this currently is possible I will make a PR for udpate the README ๐Ÿ˜„

Added in f81ddb0 commit
You can update the plugin if you still need this

Sory for the long time response