aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-16 19:23:26 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-16 19:23:26 +0000
commitb6392c55d464b1dd6111a8343bbcbb9631904ba6 (patch)
treeb98130c6b4e0a3a4a4928785ba76ac257e5c5451
parentUpdate `redeploy` docstring (diff)
Update `deploy_site` docstring
-rw-r--r--bot/cogs/deployment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/deployment.py b/bot/cogs/deployment.py
index 59170a4e8..0e07ad12b 100644
--- a/bot/cogs/deployment.py
+++ b/bot/cogs/deployment.py
@@ -36,7 +36,7 @@ class Deployment:
@with_role(ADMIN_ROLE, OWNER_ROLE, DEVOPS_ROLE)
async def deploy_site(self, ctx: Context):
"""
- Trigger website deployment on the server
+ Trigger website deployment on the server - will only redeploy if there were changes to deploy
"""
with ClientSession() as session: