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_BRANCHInstead of NAME_BRANCH, you need to specify the name of your branch.
Accept changes from GIT to your server using the following command
git pullUpdate / install packages:
npm iAssembling the project:
npm run generate
Last updated