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/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -28,4 +28,4 @@ jobs:
|
|||
java-version: 11
|
||||
|
||||
- name: Maven Build
|
||||
run: mvn clean install
|
||||
run: mvn clean package -s installer/example-settings.xml
|
||||
|
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
server-password: MAVEN_PASSWORD
|
||||
|
||||
- name: Maven Deploy
|
||||
run: mvn --batch-mode deploy
|
||||
run: mvn --batch-mode deploy -Pskip
|
||||
env:
|
||||
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
|
||||
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
|
||||
|
|
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