Skip to content

Commit 5e40caa

Browse files
Rohit KumarRohit Kumar
authored andcommitted
Fixed issue related to No return value when different branch in use
1 parent 7b0f130 commit 5e40caa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Deploy this tool on same server, where you are hosting your source code and enab
1313
$ git clone https://github.com/rohitcoder/SexyDeployer
1414
$ cd SexyDeployer
1515
$ source bin/activate
16-
$ python3 -m ensurepip --default-pip
16+
$ apt install python3-pip
1717
$ pip3 install -r requirements.txt
1818
$ flask run --host=0.0.0.0
1919
```

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def webhook():
4242
SlackAlert("🛠 Executing the deploy script.")
4343
ExecuteBashScript('deploy.sh', branch)
4444
SlackAlert("🎉 The deploy script has been executed successfully.")
45-
return jsonify(payload)
45+
return jsonify(payload)
4646

4747

4848
if __name__ == "__main__":

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy