php - Files from folder with ignored content is deleted when pushing to Herku -


i have php site pushed heroku through git. app saves pictures folder contains .gitignore:

*  !.gitignore 

the folder pushed server , managed save pictures in it. folder gets empty every time push new changes herku

dynos have ephemeral filesystem doesn't persist across deploys (by design).

if intend save files @ saving them amazon s3 using background process.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -