You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the Deploy to Heroku button, and I've really liked this so far! I even got SendGrid set up without a ton of hassle (after I figured out some issues with getting a Twilio account - seemed to go OK when I chose "Login with Google"), and the email to judges seems to be working. However, I'd really like to be able to customize the subject line for the email via an environment variable.
I used the Deploy to Heroku button, and I've really liked this so far! I even got SendGrid set up without a ton of hassle (after I figured out some issues with getting a Twilio account - seemed to go OK when I chose "Login with Google"), and the email to judges seems to be working. However, I'd really like to be able to customize the subject line for the email via an environment variable.
gavel/config.template.yaml
Line 166 in b550209
I'm trying to find an easy workaround that still uses Heroku, but it seems like I might need to make a separate repository (e.g., fork), and use some trickery described in https://help.heroku.com/XOBUHLKQ/why-do-i-see-a-message-you-appear-to-have-cloned-an-empty-repository-when-using-heroku-git-clone to get things connected (see image below, since the link seems to require logging in).
I'm checking to see if I can just commit a
config.yaml
file in the empty repository (EDIT: doesn't work) or if I need to go through the instructions above. Note that opening up an editor in the Heroku console and making the file isn't an option, since any changes will be lost as soon as the app is restarted (every 24 hrs apparently). Either way, the only thing I'd really like to customize is having the subject line of the email include my event name and "Judging" so it's really obvious.My event is https://ac-bo-hackathon.github.io/, so the subject would be something like "BO Hackathon Judging Instructions"
The text was updated successfully, but these errors were encountered: