0% found this document useful (0 votes)
17 views1 page

B2B Project Deployment Commands

The document outlines a series of commands for updating three different projects: B2B, SANAYİ PORTAL, and KARİYER. For each project, it includes changing directories, starting the SSH agent, adding the appropriate SSH key, and pulling the latest changes from the main branch. Additionally, it grants full permissions to the storage directory for the SANAYİ PORTAL project.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

B2B Project Deployment Commands

The document outlines a series of commands for updating three different projects: B2B, SANAYİ PORTAL, and KARİYER. For each project, it includes changing directories, starting the SSH agent, adding the appropriate SSH key, and pulling the latest changes from the main branch. Additionally, it grants full permissions to the storage directory for the SANAYİ PORTAL project.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

B2B

cd /var/www/projects/tm-b2b
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
git pull origin main

SANAYİ PORTAL
cd /var/www/projects/sanayi-portal
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_github_3_rsa
git pull origin main
sudo chmod -R 777 storage/*

KARİYER
cd /var/www/projects/tm-hr
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_github_2_rsa
git pull origin main

You might also like