mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Set up CI with Azure Pipelines
This commit is contained in:
parent
dd43c1189e
commit
3a9702f99e
1 changed files with 17 additions and 0 deletions
17
azure-pipelines.yml
Normal file
17
azure-pipelines.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
trigger:
|
||||
- docker-devops
|
||||
|
||||
pool:
|
||||
vmImage: "Ubuntu-16.04"
|
||||
|
||||
variables:
|
||||
buildConfiguration: "Release"
|
||||
imageName: "FilterLists:$(Build.BuildId)"
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
docker-compose build
|
||||
docker login -u $(dockerId) -p $pswd
|
||||
docker-compose push --ignore-push-failures
|
||||
env:
|
||||
pswd: $(dockerPassword)
|
||||
Loading…
Reference in a new issue