Skip to content

Commit

Permalink
update to test webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc23007 committed Nov 18, 2024
1 parent 9c1a77b commit 911daea
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
12 changes: 12 additions & 0 deletions sfc-web-test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions sfc-web-test/remote-update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
docker-compose --context nexus down
docker-compose --context nexus up --build -d
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$enable-shadows: true;

body {
background-color: #ddd;
background-color: #aaa;
}

#root {
Expand Down

0 comments on commit 911daea

Please sign in to comment.