Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Mar 22, 2024
1 parent 1b927a2 commit 0362695
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ def webhook():
repo = git.Repo('/home/DonnieBLT/BLT-Lettuce')
origin = repo.remotes.origin
origin.pull()
client.chat_postMessage(channel='#project-blt-lettuce-deploys', text=f"deployed the latest version")
#client.chat_postMessage(channel='#trying_bot', text=f"deployed the latest version 1.2")
client.chat_postMessage(channel='#project-blt-lettuce-deploys', text=f"deployed the latest version 1.1")
return 'Updated bot successfully', 200
else:
return 'Wrong event type', 400
Expand Down

0 comments on commit 0362695

Please sign in to comment.