Last active
August 13, 2018 06:19
-
-
Save rajitha-bandara/fe35c7f887f991f9fdebe72a609967b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generate ssh in web server | |
go to /var/www | |
sudo -u www-data ssh-keygen | |
sudo cat .ssh/id_rsa.pub | |
set this in gitlab deployment keys | |
sudo -u www-data mkdir xxxxxx | |
sudo -u www-data git clone -b dev [email protected]:xxxxxxxxxxxxxxxxxxxx.git . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment