Revert deployment strategy (#230)
* revert deployment changes * update docker and compose for previous deployment * minor readme update * use package instead of install this avoids exploding war file in tomcat but seems to be missing overlays for VIVO theme * test docker workflow * test deploy workflow * add package profile for home * skip deploy for installer * skip installer by profile * update workflows * minor readme update * use app-name for vivo log file name * Update log4j.properties Co-authored-by: William Welling <wwelling@library.tamu.edu>
This commit is contained in:
parent
47fb4fdc05
commit
d00d7de585
17 changed files with 359 additions and 168 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
java-version: 11
|
||||
|
||||
- name: Maven Build
|
||||
run: mvn clean install
|
||||
run: mvn clean package -s installer/example-settings.xml
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue