Skip to content

Instantly share code, notes, and snippets.

@tranquangchau
Created December 21, 2019 01:00
Show Gist options
  • Save tranquangchau/d6a1f66d997e4cfdfc244f2e7ef4efb9 to your computer and use it in GitHub Desktop.
Save tranquangchau/d6a1f66d997e4cfdfc244f2e7ef4efb9 to your computer and use it in GitHub Desktop.
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
#1 day Friday, December 20, 2019 12:00 PM
#trigger:
#- master
name: "Name run run 24h at 00AM"
pool:
vmImage: 'ubuntu-latest'
variables:
phpVersion: 7.2
schedules:
- cron: "00 00 * * *"
displayName: "1day run at 00Am"
branches:
include:
- staging
always: "true"
steps:
- script:
wget -O- https://google.com;
echo 'run show 24 h update';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment