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
Recreating #36 (comment) as an issue for better visibility:
I gave this action a try and I can still see .funcignored 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.
Screen Shot 2020-12-18 at 22 34 42
@N-Usha @Hazhzeng
Let me know if you need any further details. Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recreating #36 (comment) as an issue for better visibility:
I gave this action a try and I can still see .funcignored 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.
Screen Shot 2020-12-18 at 22 34 42
@N-Usha @Hazhzeng
Let me know if you need any further details. Thanks!
The text was updated successfully, but these errors were encountered: