mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-07-11 12:41:49 +00:00
Added vscode settings, deploy when clone
This commit is contained in:
@ -40,6 +40,9 @@ async function doDeploy() {
|
||||
await exec(`git clone ${repo_url} && cd ${repo_name} && git submodule update --init --recursive`)
|
||||
|
||||
printToConsole('Cloned!')
|
||||
printToConsole('Deploying...')
|
||||
await exec('deploy.bat')
|
||||
printToConsole('Deployed!')
|
||||
} catch (f) {
|
||||
printToConsole(f, true)
|
||||
}
|
||||
|
Reference in New Issue
Block a user