resources
ci.vdhsn.com/push Build was killed
Details
ci.vdhsn.com/push Build was killed
Details
parent
8088b95c1e
commit
e5cc7d5c79
21
.drone.yml
21
.drone.yml
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# [Barretthousen](https://barretthousen.com)
|
||||
|
||||
[](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
|
||||
|
|
|
|||
Loading…
Reference in New Issue