-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
.funcignore is (still) not respected #62
Comments
@maximivanov Are you seeing any files from funcignore apart from ".gitignore" in the app files? |
@aksm-ms it seems that funcignore has no effect on files prefixed with
|
@N-Usha Should we mark this as an enhancement? |
This should have been marked bug instead of enhancement. :/ |
Recreating #36 (comment) as an issue for better visibility:
I gave this action a try and I can still see
.funcignore
d files deployed to the target host.Here's the repo to reproduce: https://github.com/maximivanov/azure-functions-cd-github-actions
respect-funcignore: true
is set on the functions-action in the workflow file.Among others,
.funcignore
includes.gitignore
.Once cloud resources are provisioned (I use Terraform for that), I trigger the CD workflow in the repo.
Expected:
.gitignore
is not deployed.Actual:
I can see
.gitignore
in the app files section in the Portal.@N-Usha @Hazhzeng
Let me know if you need any further details. Thanks!
The text was updated successfully, but these errors were encountered: