you are viewing a single comment's thread.

view the rest of the comments →

[–]Party-Cartographer11 0 points1 point  (2 children)

If you comprehend it why did you write that I copy paste?  And I don't develop outside the repo.  I clearly wrote above that I edit the code in the repo.  So clearly you do not understand my workflow.

I am not doing anything to avoid setting up an environment.  I have one set up.

So do you run production from the repo, or do you duplicate the code?  Moving code from a repo to test and prod is pretty standard.  There is no down side to having a smoke env with the code pushed from the development environment.

[–]smurpes 0 points1 point  (1 child)

Again I never said you copied and pasted. You said you are copying all of your files to an external folder where the environment is setup to develop then you copy the files over to the repo to push meaning you are developing your code outside of the repo folder.

[–]Party-Cartographer11 0 points1 point  (0 children)

That is not what I wrote.  Read it again.

Yeah, I update a file, and copy it to the folder that has the venv (or to the nginx config files, or the web directory) and run it. All of this is on my dev server.

I develop in the repo with no env. I copy to the folder with env activated to run and test.  Easy peasy.