FourthFloor
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by FourthFloor-
The config file seems to be fine, although admittedly I'm not certain what it should look like: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = tr...
-
Note: The same is true for deleted files. They are removed from my local repository. Changes are pushed to the remote repository correctly. It is deployed to my public location and the deleted ...
-
So I figured out a little more about the actual issue. I ended up copying the .git directory from the remote repository into my local directory and ensured that the post-receive file was executable...
-
...
-
...
-
Again, I think the issue is from my local computer. I push to my server, I see the connection happening, and Cpanel sees that I have received a new push, but it does not automatically deploy the ch...
-
Alright, I waited a few days, scrubbed everything and started over. There are no "ghost files" showing up that should not be there as there were. Now I have two repositories. One without the trail...
-
Well now it's rather royally screwed up. I deleted the remote file directory, the remote Git repository, my local file directory and my local Git repository and yet every time I recreate it all, ...
-
So I have isolated the issue. When I make direct updates, on the server, to my git repository, it works. I added a new file "file.txt" and committed it (via Terminal). It was committed and deploy...
-
Unfortunately that did not work. I reviewed my /home/$cPuser/cpanel/logs as you mentioned, and it only had deployment logs for when I manually deployed, as automatical deployment seems not to be fi...