projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b376b26
)
deploy: remove TODO comment about subfolders; handled by GoCDK blob URLs
author
Robert van Gent
<rvangent@google.com>
Thu, 30 May 2019 20:31:27 +0000
(13:31 -0700)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Thu, 30 May 2019 20:42:44 +0000
(22:42 +0200)
deploy/deploy.go
patch
|
blob
|
history
diff --git
a/deploy/deploy.go
b/deploy/deploy.go
index 40c49c2e50d2a60010ef01b2dd15b21dcb86776f..e83410618ac47e074320d5f734763b7d4d9d859f 100644
(file)
--- a/
deploy/deploy.go
+++ b/
deploy/deploy.go
@@
-110,8
+110,6
@@
func (d *Deployer) openBucket(ctx context.Context) (*blob.Bucket, error) {
// Deploy deploys the site to a target.
func (d *Deployer) Deploy(ctx context.Context) error {
- // TODO: This opens the root path in the bucket/container.
- // Consider adding support for targeting a subdirectory.
bucket, err := d.openBucket(ctx)
if err != nil {
return err