12 lines
302 B
YAML
12 lines
302 B
YAML
|
version: "1.0"
|
||
|
name: webapp-deployer-backend
|
||
|
description: "Deployer for webapps"
|
||
|
repos:
|
||
|
- git.vdb.to/cerc-io/webapp-deployment-status-api
|
||
|
containers:
|
||
|
- cerc/webapp-deployer-backend
|
||
|
pods:
|
||
|
- name: webapp-deployer-backend
|
||
|
repository: git.vdb.to/cerc-io/webapp-deployment-status-api
|
||
|
path: ./
|