pipeline updates

This commit is contained in:
Oli Passey
2025-06-27 17:40:21 +01:00
parent 5726183115
commit 4e4e844721
4 changed files with 240 additions and 34 deletions

View File

@@ -1,3 +1,14 @@
# Pipeline for Price Tracker application
# This pipeline pulls from GitHub and builds/deploys the Docker container
# Define the GitHub repository as the source
resources:
repositories:
- repository: self
type: github
endpoint: github # This should match your GitHub service connection name
name: olipassey/price-tracker # Replace with your actual GitHub repo path
trigger:
branches:
include: