Applying the changes / DONE
You need to connect to the server via SSH on which you have our software installed
Go to the folder with the project exchanger-client-web (by default)
cd /var/www/exchanger-client-web/
! The location of the directory (exchanger-client-web) may vary depending on your server configuration.
(If you have created your own branch you need to navigate to it) use the commands:
git fetch git checkout NAME_BRANCH
Instead of NAME_BRANCH, you need to specify the name of your branch.
Accept changes from GIT to your server using the following command
git pull
Update / install packages:
npm i
Assembling the project:
npm run generate
Last updated