vs-deploy icon indicating copy to clipboard operation
vs-deploy copied to clipboard

Mapping not working

Open mateosantosdev opened this issue 5 years ago • 0 comments

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!

mateosantosdev avatar Aug 30 '19 04:08 mateosantosdev