Skip to content

Commit 224cc58

Browse files
authored
Fix deployment script path and update internal docs link
Updated deployment script path and documentation link.
1 parent 65a2e72 commit 224cc58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ The deploy to JLab's acctest is handled automatically via the release workflow.
106106
At JLab this app is found at [ace.jlab.org/adm](https://ace.jlab.org/adm) and internally at [acctest.acc.jlab.org/adm](https://acctest.acc.jlab.org/adm). However, those servers are proxies for `wildfly1.acc.jlab.org` and `wildflytest1.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:
107107

108108
```
109-
/root/setup/deploy.sh adm v1.2.3
109+
/opt/wildfly/cd/deploy.sh adm v1.2.3
110110
```
111111

112-
**JLab Internal Docs**: [InstallGuideWildflyRHEL9](https://accwiki.acc.jlab.org/do/view/SysAdmin/InstallGuideWildflyRHEL9)
112+
**JLab Internal Docs**: [RHEL9 Wildfly](https://acgdocs.acc.jlab.org/en/ace/builds/rhel9-wildfly)
113113

114114
## See Also
115115
- [JLab ACE management-app list](https://github.com/search?q=org%3Ajeffersonlab+topic%3Aace+topic%3Amanagement-app&type=repositories)

0 commit comments

Comments
 (0)