Skip to content

Commit

Permalink
Add commented-out skeleton for launching deployment on F5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlatkovsky committed May 18, 2018
1 parent 3ef1fc8 commit a152d3b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@
"console": "integratedTerminal",
"outFiles": []
},
// {
// "type": "node",
// "request": "launch",
// "name": "Launch Program",
// "program": "${workspaceRoot}\\config\\deploy.js",
// "cwd": "${workspaceFolder}",
// "console": "integratedTerminal",
// "outFiles": [],
// "env": {
// "TRAVIS": "true",
// "TRAVIS_BRANCH": "master",
// "TRAVIS_PULL_REQUEST": "false",
// "TRAVIS_COMMIT_MESSAGE": "Deploy",
// "GH_ACCOUNT": "OfficeDev",
// "GH_REPO": "office-js-snippets",
// "GH_TOKEN": <SUPER SECRET, do not commit!!!>
// }
// },
{
"type": "node",
"request": "attach",
Expand Down

0 comments on commit a152d3b

Please sign in to comment.