We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8589fd2 commit f9d47cfCopy full SHA for f9d47cf
1 file changed
.github/scripts/deploy_deepgit.sh
@@ -20,3 +20,10 @@ pip install -r requirements.txt
20
# restart nginx and gunicorn
21
sudo systemctl restart nginx
22
sudo systemctl restart gunicorn
23
+
24
+# check bash status
25
+if [[ $? -eq 0 ]]; then
26
+ echo "Script succeeded"
27
+else
28
+ echo "Script failed"
29
+fi
0 commit comments