Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created March 10, 2024 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/b62fde86652162bff885053b180eaa26 to your computer and use it in GitHub Desktop.
Save johnlokerse/b62fde86652162bff885053b180eaa26 to your computer and use it in GitHub Desktop.
Setup approval flows on Azure DevOps service connections blog
- stage: deploy
jobs:
- deployment: DeployMyApp
displayName: deploy MyApp
pool:
vmImage: 'windows-latest'
environment:
name: 'my-environment-name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment