Skip to content

Instantly share code, notes, and snippets.

@L04DB4L4NC3R
Created January 11, 2020 17:08
Show Gist options
  • Save L04DB4L4NC3R/bd4aed7098909adfeed460da8b6a0223 to your computer and use it in GitHub Desktop.
Save L04DB4L4NC3R/bd4aed7098909adfeed460da8b6a0223 to your computer and use it in GitHub Desktop.
Heroku config script
#!/bin/bash
while p= read -r line; do
heroku config:set $line
done < ./.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment