File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ web/data.py
44piencrypt /__pycache__ /
55Helper /
66Test /__pycache__ /
7- Test /data.py
7+ Test /data.py
8+ build /
Original file line number Diff line number Diff line change 11# build package and push it to pypi
22clear
3+ cd ..
4+ echo " Starting Pie Test.." ;
5+ cd Test
6+ python pie_test.py;
7+ echo " Test completed"
8+ cd ..
39echo " Starting package build..." ;
410python setup.py sdist bdist_wheel;
511twine upload dist/* ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ clear
2+ cd ..
3+ echo " Starting Pie Test.." ;
4+ cd Test
5+ python pie_test.py;
6+ echo " Test completed"
7+ cd ..
8+ echo " Tracking files.." ;
9+ git add . ;
10+ git commit -m " piencrypt shell scripts" ;
11+ echo " Commit completed" ;
12+ git push origin master;
13+ echo " Push Successfull" ;
Original file line number Diff line number Diff line change 1+ clear
2+ cd ..
3+ echo " Starting Pie Test.." ;
4+ cd Test
5+ python pie_test.py;
6+ echo " Test completed"
7+ cd ..
8+ cd web
9+ echo " Tracking files.." ;
10+ git add . ;
11+ git commit -m " piencrypt webapp" ;
12+ echo " Commit completed" ;
13+ git push heroku master;
14+ echo " Deployment Successfull" ;
15+ cd ..
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- Subproject commit 7c2a7d8632c1555aecf4f01e1c12b72462f021d6
1+ Subproject commit 42f8504842dc04c493db87896e8c17de1e893c62
You can’t perform that action at this time.
0 commit comments