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 -

json - ORA-06502: PL/SQL: numeric or value error: character string buffer too small - Convert Clob to varchar2 -

ios - Swift Array Resetting Itself -