Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Mapping not working #167

@mateosantosdev

Description

@mateosantosdev

Hi,

I'm trying to deploy my jekyll site but folder mapping is not working for me.

This is my target:

"packages": [
            {
                "name": "Prod",
                "description": "Jekyll Site Production",
                "files": [
                    "_site/*.*"
                ],
                "exclude": [
                    ".vscode/**",
                    ".git/**",
                    "node_modules/**",
                    "tests/**"
                ],
                "mappings": [
                    {
                        "source": "_site/",
                        "target": "/"
                    }
                ],
                "deployOnSave": false
            }
        ],

_site files are uploaded to:

/var/www/mysite/_site instead of /var/www/mysite

Could you help me ?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions