We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use this tool to deploy a Symfony 6.x.x application to a remote server. It will be fine if some files or directories cannot be synced or deleted.
For example, when I deploy my application, I should always copy the specific .env.local file to the remote server with an after job.
.env.local
after[] = upload /deploy/.env.local .env.local
Maybe we can use the same format as to ignore entry but with a new name like the example below:
ignore
; files and directories to keep in remote server keep = " .env.local /data ... "
This entry will take precedence over the ignore entry.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use this tool to deploy a Symfony 6.x.x application to a remote server. It will be fine if some files or directories cannot be synced or deleted.
For example, when I deploy my application, I should always copy the specific
.env.local
file to the remote server with an after job.after[] = upload /deploy/.env.local .env.local
Maybe we can use the same format as to
ignore
entry but with a new name like the example below:This entry will take precedence over the
ignore
entry.The text was updated successfully, but these errors were encountered: