</MTProjectMetadataState>
</option>
<option name="titleBarState">
- <MTProjectTitleBarConfigState>
- <option name="overrideColor" value="false" />
- </MTProjectTitleBarConfigState>
+ <MTProjectTitleBarConfigState />
</option>
</component>
</project>
\ No newline at end of file
const conn = new Client();
conn.on( 'ready', () => {
+ console.log('ready');
const commands = [`mkdir -p ${ deployPath }`, `chown ${ user }:${ user } ${ deployPath }`, `su - ${ user } -c "cd ${ deployPath } && git clone ${ user }@localhost:/opt/git/${ repoName }.git ."`,];
console.log(commands);
console.log([...commands].join( ' && ' ));