Skip to content

Commit

Permalink
Add a temp header and temp run on dev-green.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Nov 18, 2024
1 parent 31fc5e0 commit 65ce6a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if sentry_dsn not in [nil, ""] do
environment_name: env
end

if env == "prod" do
if env in ["prod", "dev-green"] do
config :screenplay, Oban,
plugins: [
{Oban.Plugins.Cron,
Expand Down
7 changes: 7 additions & 0 deletions lib/screenplay/jobs/reminders.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ defmodule Screenplay.Jobs.Reminders do

%{
blocks: [
%{
type: "header",
text: %{
type: "plain_text",
text: "Outfront Takeover Tool Test"
}
},
%{
type: "section",
text: %{
Expand Down

0 comments on commit 65ce6a2

Please sign in to comment.