diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 993a416a8..4d0c80776 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,8 @@ jobs: server: ngcobalt116.manitu.net username: ftp200027816 password: ${{ secrets.PASW }} + protocol: ftps + port: 32 exclude: | **/.git* **/.git*/** diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a026b74d..481b068f7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,8 @@ { "files.exclude": { - ".github": true, - ".vscode": true, - "LICENSE": true, - "README.md": true + ".github": false, + ".vscode": false, + "LICENSE": false, + "README.md": false } } \ No newline at end of file