Why use TYPO3 Surf versus GitHub actions with FTP? #799
Answered
by
simonschaufi
quantuminformation
asked this question in
Q&A
|
I am new to typo but I have some client work we have about 10 TYPO3 projects. |
Answered by
simonschaufi
Dec 5, 2024
Replies: 2 comments
|
Welcome to the TYPO3 community! TYPO3 Surf does a lot more than just copy files to a server. It creates a new folder for each release. That has the advantage that the website won't be broken during the time of deployment and will be switched to the new folder once it's done. Then TYPO3 Surf also migrates the DB and clears the caches. If you want, you can add more custom build steps like compiling scss to CSS or whatever you need. I hope this helps. |
0 replies
Answer selected by
simonschaufi
|
ah great thanks |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welcome to the TYPO3 community!
TYPO3 Surf does a lot more than just copy files to a server. It creates a new folder for each release. That has the advantage that the website won't be broken during the time of deployment and will be switched to the new folder once it's done.
Then TYPO3 Surf also migrates the DB and clears the caches.
If you want, you can add more custom build steps like compiling scss to CSS or whatever you need.
I hope this helps.