From 4ad625d3b853cbd328dcb071264dd4cbc2c67eac Mon Sep 17 00:00:00 2001 From: Ryan Slominski Date: Mon, 8 Apr 2024 16:10:21 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 970dce9..92daa8a 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,12 @@ The [server](https://github.com/JeffersonLab/wildfly/blob/main/scripts/server-se 2. The [CD](https://github.com/JeffersonLab/bam/blob/main/.github/workflows/cd.yml) GitHub Action should run automatically invoking: - The [Create release](https://github.com/JeffersonLab/java-workflows/blob/main/.github/workflows/gh-release.yml) GitHub Action to tag the source and create release notes summarizing any pull requests. Edit the release notes to add any missing details. A war file artifact is attached to the release. - The [Publish docker image](https://github.com/JeffersonLab/container-workflows/blob/main/.github/workflows/docker-publish.yml) GitHub Action to create a new demo Docker image, and bump the [compose.override.yaml](https://github.com/JeffersonLab/bam/blob/main/compose.override.yaml) to use the new image. - + - The [Deploy to JLab](https://github.com/JeffersonLab/general-workflows/blob/main/.github/workflows/jlab-deploy-app.yml) GitHub Action to deploy to the JLab test environment. ## Deploy -At JLab this app is found at [ace.jlab.org/bam](https://ace.jlab.org/bam) and internally at [acctest.acc.jlab.org/bam](https://acctest.acc.jlab.org/bam). However, those servers are proxies for `wildfly5.acc.jlab.org` and `wildflytest5.acc.jlab.org` respectively. A [deploy script](https://github.com/JeffersonLab/wildfly/blob/main/scripts/deploy.sh) is provided to automate wget and deploy. Example: +The deploy to JLab's acctest is handled automatically via the release workflow. + +At JLab this app is found at [ace.jlab.org/bam](https://ace.jlab.org/bam) and internally at [acctest.acc.jlab.org/bam](https://acctest.acc.jlab.org/bam). However, those servers are proxies for `wildfly5.acc.jlab.org` and `wildflytest5.acc.jlab.org` respectively. A [deploy script](https://github.com/JeffersonLab/wildfly/blob/main/scripts/deploy.sh) is provided on each server to automate wget and deploy. Example: ``` /root/setup/deploy.sh bam v1.2.3