Study
git-ftp(깃-에프티피) sourcetree(소스트리) custom action(커스텀 액션)
메디츠
2023. 2. 3. 21:28
반응형
gitFtpInit_mssong.bat
0.00MB
gitFtpPush_mssong.bat
0.00MB
http://blog.eppz.eu/git-to-ftp
gitFtpInit.sh, gitFtpPush.sh (also find gitFtpInit.bat, gitFtpPush.bat for Windows)
chmod +x /usr/local/bin/gitFtpInit.sh
chmod +x /usr/local/bin/gitFtpPush.sh
SourceTree-preferences-Custom Actions
Parameters
$REPO FTP username FTP password FTP path
// 소스트리 커스텀 액션으로 git-ftp push 실행.
커스텀액션 왜 안되는지 확인할 것. 권한문제는 아님. 자체 echo도 안됨. 관련기능 버그있어서 패치한 내역 있음.
커스텀 액션-새 창에서 열기 해제 해야 함. open the new window uncheck.
반응형