From 911daeabd313b284badb9e9552430b5a6eaf28a5 Mon Sep 17 00:00:00 2001 From: Scott Cathcart Date: Sun, 17 Nov 2024 20:42:35 -0500 Subject: [PATCH] update to test webhook --- docker-compose.yml | 2 ++ sfc-web-test/docker-compose.yml | 12 ++++++++++++ sfc-web-test/remote-update.sh | 3 +++ src/App.scss | 2 +- 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 sfc-web-test/docker-compose.yml create mode 100755 sfc-web-test/remote-update.sh diff --git a/docker-compose.yml b/docker-compose.yml index 0a11612..1491fec 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,8 @@ services: worker: build: https://github.uconn.edu/sfc23007/react-openshift.git#main + image: sfc-web-test + container_name: sfc-web-test restart: always networks: sfc-web-test: diff --git a/sfc-web-test/docker-compose.yml b/sfc-web-test/docker-compose.yml new file mode 100644 index 0000000..4a150ea --- /dev/null +++ b/sfc-web-test/docker-compose.yml @@ -0,0 +1,12 @@ +services: + worker: + build: https://github.uconn.edu/sfc23007/react-openshift.git#main + image: sfc-web-test + restart: always + networks: + sfc-web-test: + ipv4_address: 172.18.0.2 + +networks: + sfc-web-test: + external: true \ No newline at end of file diff --git a/sfc-web-test/remote-update.sh b/sfc-web-test/remote-update.sh new file mode 100755 index 0000000..28496bc --- /dev/null +++ b/sfc-web-test/remote-update.sh @@ -0,0 +1,3 @@ +#!/bin/bash +docker-compose --context nexus down +docker-compose --context nexus up --build -d diff --git a/src/App.scss b/src/App.scss index 710d269..7829ea0 100644 --- a/src/App.scss +++ b/src/App.scss @@ -2,7 +2,7 @@ $enable-shadows: true; body { - background-color: #ddd; + background-color: #aaa; } #root {