0
votes

Is there a way to push a Cloud Foundry application without overriding certain files?

For example, I have a Django app but I don't want the sqlite DB to be overwritten each time I push my new code. I tried using .cfignore but that removes the files from Bluemix resulting in errors in the application. I'm using the latest version of the IBM Cloud CLI to push the code and here is the command I'm using:

ibmcloud cf push APP_NAME

Thanks in advance!

1

1 Answers