Skip to content

Commit

Permalink
Update azure-pipelines-with-gitops.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
arunhari82 committed Jun 18, 2024
1 parent e3f671c commit eb58c68
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions azure-pipelines-with-gitops.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 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
Expand All @@ -13,7 +14,13 @@ steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'

- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
- task: Docker@2
inputs:
containerRegistry: 'quay-container-registry'
repository: 'my-web-react-app'
command: 'buildAndPush'
Dockerfile: '**/Dockerfile'




0 comments on commit eb58c68

Please sign in to comment.