diff options
author | Nick White <git@njw.name> | 2020-04-08 15:11:07 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-04-08 15:11:07 +0100 |
commit | 582045da94dec61bd5569230fe07ea9302f3c68b (patch) | |
tree | f00fe92681c0feb659123127b48b7b8839af5240 | |
parent | 71f7d1405da3395495af4337f5bd830dbe39c849 (diff) |
Update README to reflect changes to the code
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,4 +28,4 @@ To create a fresh pipeliner image: - Create image: aws ec2 create-image --instance-id <id> --name <newimagename> -- Update ami in StartInstances in bookpipeline/aws.go +- Update spotImage in bookpipeline/cloudsettings.go |