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

Mapping not working #167

Open
mateosantosdev opened this issue Aug 30, 2019 · 0 comments
Open

Mapping not working #167

mateosantosdev opened this issue Aug 30, 2019 · 0 comments

Comments

@mateosantosdev
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant