diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..d3e2d28 --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,10 @@ +{ + "name": "ci-ubuntu", + "host": "qubiton.site", + "protocol": "sftp", + "port": 2222, + "username": "root", + "password": "asdf1234", + "remotePath": "/home/c-innovacion", + "uploadOnSave": true +}