mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
deploy: remove TODO comment about subfolders; handled by GoCDK blob URLs
This commit is contained in:
parent
b376b2685a
commit
5e83f42562
1 changed files with 0 additions and 2 deletions
|
@ -110,8 +110,6 @@ func (d *Deployer) openBucket(ctx context.Context) (*blob.Bucket, error) {
|
||||||
|
|
||||||
// Deploy deploys the site to a target.
|
// Deploy deploys the site to a target.
|
||||||
func (d *Deployer) Deploy(ctx context.Context) error {
|
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)
|
bucket, err := d.openBucket(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Reference in a new issue