diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 80f2dfb..f7e7c7c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,11 +25,20 @@ steps: serverUrl: 'ftp://e81782-ftp.services.easyname.eu' username: '127175ftp1' password: '.22ma1rzqi14' - rootDirectory: '$(Agent.BuildDirectory)' - filePatterns: '**' + rootDirectory: '$(Agent.BuildDirectory)/s' + filePatterns: | + index.php + \components + \config + \js + \logic + \models + \res + \sites remoteDirectory: '/html/apps/$(Build.BuildId)/' clean: false cleanContents: false preservePaths: true trustSSL: false + displayName: Uploading to WebSpace