summaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorRobert van Gent <rvangent@google.com>2019-05-30 13:31:27 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-30 22:42:44 +0200
commit5e83f4256279149879a8e88cb02679dd00e8da2b (patch)
tree531597cfedff2727e47f403c08aee75ee5ca74f2 /deploy
parentb376b2685a2e21961052a0946ab8a6acc076d4da (diff)
deploy: remove TODO comment about subfolders; handled by GoCDK blob URLs
Diffstat (limited to 'deploy')
-rw-r--r--deploy/deploy.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/deploy/deploy.go b/deploy/deploy.go
index 40c49c2e5..e83410618 100644
--- 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