resources
ci.vdhsn.com/push Build was killed Details

feat/add-catawiki
Adam Veldhousen 2023-07-12 01:56:08 -05:00
parent 8088b95c1e
commit e5cc7d5c79
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
2 changed files with 20 additions and 2 deletions

View File

@ -9,9 +9,14 @@ trigger:
steps:
- name: Build & Publish Catalog
image: plugins/kaniko
resources:
limits:
cpu: 1
memory: 1024Mi
settings:
dockerfile: "./src/Dockerfile.prod-backend"
context: "./src"
target: production
registry: git.vdhsn.com
repo: git.vdhsn.com/barretthousen/service-catalog
enable_cache: true
@ -35,9 +40,14 @@ steps:
- name: Build & Publish Runner
image: plugins/kaniko
resources:
limits:
cpu: 1
memory: 1024Mi
settings:
dockerfile: "./src/Dockerfile.prod-backend"
context: "./src"
target: production
registry: git.vdhsn.com
repo: git.vdhsn.com/barretthousen/service-runner
enable_cache: true
@ -61,9 +71,14 @@ steps:
- name: Build & Publish Auth
image: plugins/kaniko
resources:
limits:
cpu: 1
memory: 1024Mi
settings:
dockerfile: "./src/Dockerfile.prod-backend"
context: "./src"
target: production
registry: git.vdhsn.com
repo: git.vdhsn.com/barretthousen/service-auth
enable_cache: true
@ -90,6 +105,7 @@ steps:
settings:
dockerfile: "./src/Dockerfile.prod-backend"
context: "./src"
target: production
registry: git.vdhsn.com
repo: git.vdhsn.com/barretthousen/service-proxy-admin
enable_cache: true
@ -116,6 +132,7 @@ steps:
settings:
dockerfile: "./src/Dockerfile.prod-backend"
context: "./src"
target: production
registry: git.vdhsn.com
repo: git.vdhsn.com/barretthousen/service-proxy-web
enable_cache: true
@ -142,8 +159,8 @@ steps:
settings:
dockerfile: "./src/Dockerfile.prod-frontend"
context: "./src"
registry: git.vdhsn.com
target: production
registry: git.vdhsn.com
repo: git.vdhsn.com/barretthousen/client-web-client
enable_cache: true
cache_repo: git.vdhsn.com/barretthousen/ci-cache
@ -163,8 +180,8 @@ steps:
settings:
dockerfile: "./src/Dockerfile.prod-frontend"
context: "./src"
registry: git.vdhsn.com
target: production
registry: git.vdhsn.com
repo: git.vdhsn.com/barretthousen/client-admin-client
enable_cache: true
cache_repo: git.vdhsn.com/barretthousen/ci-cache

View File

@ -1,5 +1,6 @@
# [Barretthousen](https://barretthousen.com)
[![Build Status](https://ci.vdhsn.com/api/badges/Barretthousen/barretthousen/status.svg?ref=refs/heads/trunk)](https://ci.vdhsn.com/Barretthousen/barretthousen)
Search and get alerts for items across the most popular auction sites.
Built with microservice architecture and various fancy tools for learning purposes