Merge pull request #4431 from jjasghar/patch-1

Update parallel-builds.html.md
This commit is contained in:
Rickard von Essen 2017-01-19 22:10:53 +01:00 committed by GitHub
commit efa48eeba8
1 changed files with 4 additions and 2 deletions

View File

@ -67,7 +67,8 @@ array.
"api_token": "{{user `do_api_token`}}",
"image": "ubuntu-14-04-x64",
"region": "nyc3",
"size": "512mb"
"size": "512mb",
"ssh_username": "ubuntu"
}
```
@ -104,7 +105,8 @@ The entire template should now look like this:
"api_token": "{{user `do_api_token`}}",
"image": "ubuntu-14-04-x64",
"region": "nyc3",
"size": "512mb"
"size": "512mb",
"ssh_username": "ubuntu"
}],
"provisioners": [{
"type": "shell",