A
A
Andrew2019-10-20 10:09:33
linux
Andrew, 2019-10-20 10:09:33

Is it possible to do Web Publish on Linux?

There is an Asp.Net Core project, publishing via ftps on Linux is now configured (ubuntu 19.04, vsftpd).
The problem is that each publication completely fills all the files, including those. which have not changed, and it takes several minutes - pictures, styles, scripts, other materials do not load very quickly.
When the publication was via web publish to hosting, this was not the case - only what had changed was uploaded.
How can I set up web publish on Linux?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Shitskov, 2019-10-20
@Zarom

If a long deployment is annoying due to overwriting all files, use rsync .

O
OnYourLips, 2019-10-20
@OnYourLips

The problem is that each publication completely fills all the files, including those. who haven't changed
This is just absolutely normal.
It is customary to deploy a new version next to the old one and roll over to it.
If your neighboring releases can work with the same database structure, then you can even roll over to a new release gradually.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question