Why does a file added to .gitignore
cause the deployment to fail?
#1179
-
I've been using However, a question:
Why? |
Beta Was this translation helpful? Give feedback.
Answered by
nickhammond
Oct 31, 2024
Replies: 1 comment 1 reply
-
@charnould Kamal by default uses a local git clone, to use the current state of your files you'll need to set https://kamal-deploy.org/docs/configuration/builders/#build-context |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
charnould
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@charnould Kamal by default uses a local git clone, to use the current state of your files you'll need to set
context: "."
.https://kamal-deploy.org/docs/configuration/builders/#build-context