Hi people, i don’t know if i’m doing something wrong here but i have a question.
I have two enviroments, Production and Development
What i notice, is that development is uploading the files to the server, and production is making the local enviroment.
See the video:
When you work on production targets the files are not auto uploaded on save. You don’t want to have a file accidentally uploaded to your production target on save and break it.
Hi Teodor!
I understand the magic, but isnt that what development enviroment do?
You work on development, save the file to local folder, go to production, save the file and auto upload ?
Because here, production is saving the file, and development is saving the file and uploading.
Thats what im not understanding here.
I know i can have a local folder instead a ftp in dev, im aware of that.
But dev enviroment is making the call to the server and production not, is correct that move? Thats the question.
Yes that is how it is supposed to work. On development you save and file is auto uploaded, on production on save it’s not.
If you want to upload the files after testing them on development target, you switch to production and hit publish.
2 Likes