This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
dokku
Watch
1
Star
0
Fork
0
You've already forked dokku
mirror of
https://github.com/dokku/dokku.git
synced
2026-07-14 06:24:50 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
06de81b61ba1175ea2e8d20e64bbbb62526ee273
dokku
/
tests
/
apps
/
python
/
bin
/
pre_compile
4 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor: simplify env var passing by using a new config:export format Also add a test for env vars during build time for pack-built applications.
2022-01-15 08:34:02 -05:00
#!/usr/bin/env bash
fix: correct lint error
2022-01-15 08:44:02 -05:00
echo "Build time env var SECRET_KEY=${SECRET_KEY}"
Reference in New Issue
Copy Permalink