Skip to content

Commit

Permalink
deploy: remove TODO comment about subfolders; handled by GoCDK blob URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent authored and bep committed May 30, 2019
1 parent b376b26 commit 5e83f42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e83f42

Please sign in to comment.