Don't need these (use build-webapp / run-webapp)

This commit is contained in:
Thomas E Lackey 2024-02-02 19:49:04 -06:00
parent 6bad6f6731
commit 9ede2cb00a
2 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
#!/usr/bin/env bash
# Build cerc/webapp-deployer-backend
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
# See: https://stackoverflow.com/a/246128/1701505
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
docker build -t cerc/webapp-deployment-status-ui:local ${build_command_args} ${CERC_REPO_BASE_DIR}/webapp-deployment-status-ui

View File

@ -1,9 +0,0 @@
version: "1.0"
name: webapp-deployment-status-ui
description: "Deployer for webapps"
repos:
- git.vdb.to:telackey/webapp-deployment-status-ui
containers:
- cerc/webapp-deployment-status-ui
pods:
- webapp-deployment-status-ui