diff options
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/commands/deploy.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testscripts/commands/deploy.txt b/testscripts/commands/deploy.txt index b21bf0b38..0afe1fc44 100644 --- a/testscripts/commands/deploy.txt +++ b/testscripts/commands/deploy.txt @@ -3,10 +3,10 @@ hugo deploy -h stdout 'Deploy your site to a Cloud provider\.' mkdir mybucket -hugo deploy --target mydeployment +hugo deploy --target mydeployment --invalidateCDN=false grep 'hello' mybucket/index.html replace public/index.html 'hello' 'changed' -hugo deploy --target mydeployment --invalidateCDN --dryRun +hugo deploy --target mydeployment --dryRun stdout 'Would upload: index.html' stdout 'Would invalidate CloudFront CDN with ID foobar' -- hugo.toml -- |