[PyCharm] 서버 자동 업로드가 안될 때 - PyCharm Deployment Auto upload
현재 프로젝트에 서버가 2개 이상 연결되어 있는데 디폴트 값 설정이 안되어 있는 경우이다.
인터프리터에서 바꿔줘도 동일하게 오토 업로드가 안될 것이다.
해결 :
Tools -> Deployment -> Option that said I didn't have a default server set up (dispite only having one available).
In Tools -> Deployment -> Configuration, right click on the deployment you want on the column on the left, and 'Use as Default'. That solved the issue for me, and I hope it helps others in the future who stumble accross this thread.
반응형
'🔨 Trial and Error Log' 카테고리의 다른 글
[클린코드] 협업하려면 눈치껏 지키기 (1) | 2021.12.10 |
---|---|
좋은 연구 계획 및 설계 (0) | 2021.11.22 |
Huggingface(github 레포) 인용하기 (0) | 2021.10.07 |
[Pytorch] 파이토치 TIL 모음 (0) | 2021.06.30 |
vs code snippet(스니펫) 공유 - 데이터분석, python (0) | 2021.06.28 |