Should be OVF

As a side note I will point out that the bento projects will use vagrant to package up the image into a .box file. But using OVF as we are assuming not to be using vagrant.
This commit is contained in:
Maciej Skierkowski 2017-12-18 15:12:04 -08:00
parent 37ce11fa0e
commit 7ee50ff926
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ In your build configuration in TeamCity Server, add an additional **Build Step:
Command Line** and set the **Script content** field to the following:
```shell
awscli s3 cp . s3://bucket/ --exclude “*” --include “*.iso”
awscli s3 cp . s3://bucket/ --exclude “*” --include “*.ovf"
```