Add support for CleverCloud environment variables
This commit is contained in:
4
post_build.sh
Executable file
4
post_build.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -x ./bin/diesel ] || cargo install diesel_cli --no-default-features --features postgres --root .
|
||||
./bin/diesel setup --database-url "$POSTGRESQL_ADDON_URI"
|
||||
Reference in New Issue
Block a user