pipeline updates
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user