Skip to content

Commit

Permalink
fixup! fixup! fixup! chore: seperate staging deployments from production
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasPeters committed Sep 28, 2024
1 parent 54e872b commit 211c294
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ansible/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@

# Import .env file
load_dotenv()
discord_webhook_staging_deployments = os.getenv(
"DISCORD_WEBHOOK_STAGING_DEPLOYMENTS"
)
discord_webhook_staging_deployments = os.getenv("DISCORD_WEBHOOK_STAGING_DEPLOYMENTS")
discord_webhook_production_deployments = os.getenv(
"DISCORD_WEBHOOK_STAGING_DEPLOYMENTS"
)
Expand Down

0 comments on commit 211c294

Please sign in to comment.