ozzWANTED
Verified User
- Joined
- Mar 10, 2015
- Messages
- 45
I want to allow for DirectAdmin users to use GitHub pull requests throught API key (GitHub allows that) to update website code automatically from GitHub repository.
I'm owner of GitHub on Ubuntu Server 12.04.05 x64 as well as I have latest DirectAdmin installed on server.
At very beginning I need to do this for my first two websites:
To pull my GitHub repository from (which I developed on Localhost till now together with my friend and Used "GitHub for Windows" so our both code always were up-to-date):
to:
And Pull my GitHub Private repository:
to:
Thank you.
I'm owner of GitHub on Ubuntu Server 12.04.05 x64 as well as I have latest DirectAdmin installed on server.
At very beginning I need to do this for my first two websites:
To pull my GitHub repository from (which I developed on Localhost till now together with my friend and Used "GitHub for Windows" so our both code always were up-to-date):
Code:
'https://github.com/ozzWANTED/GamespotLt'
to:
Code:
/home/users/support/domains/gamespot.lt/public_html
And Pull my GitHub Private repository:
Code:
https://github.com/ozzWANTED/PhpFusionLt-com
to:
Code:
/home/users/support/domains/phpfusion-lt.com/public_html
Thank you.