if i work with more than 1 person on a project how is the best way to handle the .graphcoolrc ? because if i commit the file the other developer gets an error on graphcool deploy -> local env
ERROR no project with id ……
d
dpetrick
10/22/2017, 8:56 PM
We are aware of the issue, for now it is a good idea to not include your
.graphcoolrc
in VC, or manually sync it.
t
tfiwm
10/22/2017, 9:13 PM
😉
tfiwm
10/22/2017, 9:21 PM
found another solution 😉 every developer gets his own target name and is deploying on this one locally
tfiwm
10/22/2017, 9:22 PM
now the rc file is under version control and everyone else has test and prod stage too
tfiwm
10/22/2017, 9:22 PM
if you fixed the problem we will change it 😛
d
dpetrick
10/22/2017, 9:26 PM
Yea of course that works better! A real solution will hopefully be there soon 🙂