git - My commits are deploying changes only once after i clone the repo -


whenever push commit goes bitbucket not make changes on website. whenever delete repo in sourcetree , reclone it, makes changes when next commit. cant delete , re-clone every time in sourcetree please help.

here log

2014-11-11 10:45:13-08:00 --- info: attempting deployment... 2014-11-11 10:45:13-08:00 --- info: changing working directory...  2014-11-11 10:45:14-08:00 --- info: reseting repository... head @ a665bed no message 2014-11-11 10:45:25-08:00 --- info: pulling in changes... head @ a665bed no message updating a665bed..94cd5b5 fast-forward  img/bg_vip.jpg |  bin 105494 -> 285014 bytes  index.php      |    2 +-  vip/index.php  |    6 +++---  3 files changed, 4 insertions(+), 4 deletions(-) 2014-11-11 10:45:25-08:00 --- info: securing .git directory...  2014-11-11 10:45:25-08:00 --- info: updating wordpress database...  2014-11-11 10:45:25-08:00 --- info: deployment successful. 2014-11-11 22:11:24-08:00 --- info: attempting deployment... 2014-11-11 22:11:24-08:00 --- info: changing working directory...  2014-11-11 22:11:31-08:00 --- info: reseting repository... head @ 94cd5b5 no message 2014-11-11 22:11:31-08:00 --- info: pulling in changes... head @ 94cd5b5 no message 2014-11-11 22:11:31-08:00 --- info: securing .git directory...  2014-11-11 22:11:31-08:00 --- info: updating wordpress database...  2014-11-11 22:11:31-08:00 --- info: deployment successful. 2014-11-11 22:14:59-08:00 --- info: attempting deployment... 2014-11-11 22:15:00-08:00 --- info: changing working directory...  2014-11-11 22:15:01-08:00 --- info: reseting repository... head @ 94cd5b5 no message 2014-11-11 22:15:01-08:00 --- info: pulling in changes... head @ 94cd5b5 no message 2014-11-11 22:15:01-08:00 --- info: securing .git directory...  2014-11-11 22:15:03-08:00 --- info: updating wordpress database...  2014-11-11 22:15:03-08:00 --- info: deployment successful. 2014-11-11 22:17:05-08:00 --- info: attempting deployment... 2014-11-11 22:17:05-08:00 --- info: changing working directory...  2014-11-11 22:17:06-08:00 --- info: reseting repository... head @ 94cd5b5 no message 2014-11-11 22:17:06-08:00 --- info: pulling in changes... head @ 94cd5b5 no message 2014-11-11 22:17:06-08:00 --- info: securing .git directory...  2014-11-11 22:17:06-08:00 --- info: updating wordpress database...  2014-11-11 22:17:06-08:00 --- info: deployment successful. 

does bitbucket repository show when type git remote -v? when push, try: git push origin master, origin name of remote, , master name of branch.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -