vs-deploy
vs-deploy copied to clipboard
Mapping not working
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!