Uploading a static file / DONE
This option is needed to verify third-party services that ask you to upload a file relative to the root of your project.
Add your developer to the project
exchanger-client-webSelect your branch in your repository

Go to the folder:
static/Upload the required file to this folder.
If the branch you uploaded to is set to auto-update, your changes will be applied within 10 minutes automatically
Temporary service validation file:
The temporary file will be deleted after the generate command is executed
Connect to the server via ssh/sftp.
Upload the temporary file to the folder
/var/www/exchanger-client-web/dist/client/.
A permanent file in the root of the site:
Connect to the server via ssh/sftp.
If the file is needed permanently, upload it to the folder
/var/www/exchanger-client-web/static/.Execute the command
npm run generate
Last updated