FTP-Deploy-Action
FTP-Deploy-Action copied to clipboard
How can I exclude all the files of a folder except one?
Hi, I'm trying to exclude all the files of a folder except a specific file from being deployed to the server. How can I do this with "exclude"?
On .gitignore it would look something like this. But how can achieve the same with the "exclude" in the workflow action file?
# Composer
vendor/*
!vendor/autoload.php
@bydiogosampaio Hello, did you find any way to do that?