deploy: remove TODO comment about subfolders; handled by GoCDK blob URLs

This commit is contained in:
Robert van Gent 2019-05-30 13:31:27 -07:00 committed by Bjørn Erik Pedersen
parent b376b2685a
commit 5e83f42562
1 changed files with 0 additions and 2 deletions

View File

@ -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