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

Visual Studio Code extension that provides commands to deploy files of a workspace to a destination.

Results 60 vs-deploy issues
Sort by recently updated
recently updated
newest added

Hi @mkloubert Can you archive this repo as it is no longer updated since 2018. That would help people using an alternative that is maintained. Thanks

Hello, Would you be able to help me solve the problem: ``` [2020-08-24 08:14:11] [ERROR] buttons.reloadPackageButtons(3.0): Error: Could not deploy files (2): Error: Cannot parse privateKey: Unsupported key format ```...

I am getting below error in Output: ~~~bash Your hostname: 'biswajit-h81m-s2ph' Your network interfaces: - 'wlx20e4170389c7': [IPv4] '192.168.1.102' / '255.255.255.0' ('20:e4:17:03:89:c7') [IPv6] 'fe80::ecc2:5a24:7e1e:7eac' / 'ffff:ffff:ffff:ffff::' ('20:e4:17:03:89:c7') [FAILED: Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP...

I followed the directions, and the example, on page: https://github.com/mkloubert/vs-deploy/wiki I do not have a package, I only have webpatges I need to upload, and website mirrors on my local...

Hi, My VsCode version has updated automatically this morning. Now when I save file modification the feature Deploy on save crash. I have an error message on VsCode "The extension...

Is there any explanation for how to configure things in order to deploy files to an S3 bucket. I have installed the vs-deploy-reloaded extension but I can find a useful...

It would be nice if this command would be available: extension.deploy.showOutput I know there is extension.deploy.openOutputAfterDeploment but this only shows output after deploy..

The setting "clearOutputOnStartup" does not work. Since I cannot find an example in the Wiki I will not get it running. Should it be placed in the deploy section, in...

I have two different targets but I would like to have only the first one enabled for deployOnSave and deployOnChange, and manually deploy the second one. Is it possible?

help wanted

**Describe the bug** In my settings.json file I have something like this: ``` "exclude": [ ".DS_Store", ".git", ".vscode", "shared/assets/node_modules/" ], ``` When I am at the root of my folder...