[gulp] add publish task

This commit is contained in:
2019-08-26 14:44:51 +03:00
parent f072d8dc6e
commit 605935528b
5 changed files with 50 additions and 13 deletions

View File

@@ -1,7 +1,9 @@
{
"SdkDir": "/home/holop/sdk",
"SSH": {
"PrivateKey": null,
"Passphrase": null
}
"SdkDir": "/home/holop/sdk",
"PublishDir": "/opt/repo/tankz",
"PublishUrl": "https://shmyga.ru/repo/tankz",
"SSH": {
"PrivateKey": null,
"Passphrase": null
}
}