vendredi 9 août 2019

I have a yaml file.I need to trigger everyday with website datas how can I do?

I have a yaml file with build stage.but I need a deploy stage for trigger everyday at 16.00 with website (on the internet) datas.How can I write a valid deploy stage ? its important for me please help me

//gitlab.ci.yaml file and build stage.I need a deploy stage to use trigger as a service.

variables: NUGET_PATH: 'C:\Tools\Nuget\nuget.exe' MSBUILD_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\amd64\msbuild.exe'

stages: - build

before_script: - "cd Source"

build_job: stage: build only: - master script: - '& "$env:NUGET_PATH" restore' - '& "$env:MSBUILD_PATH" Textbox_ComboBox.sln /nologo /t:Rebuild /p:Configuration=Debug'

I expect the everyday at 16.00 datas are updated with on the internet website datas how can I fix the yaml file (taking datas on website is important)




Aucun commentaire:

Enregistrer un commentaire