Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
[devOps] show healthcheck in a separate step
  • Loading branch information
vidiecan authored Jun 6, 2024
1 parent 9d1d2cc commit 065853b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
INSTANCE: ${{ env.INSTANCE }}
DATADIR: /opt/dspace-data/clarin-dspace/

- name: dspace command
- name: dspace basic command
run: |
export DNAME=dspace$INSTANCE
docker logs -n 50 $DNAME
Expand All @@ -124,6 +124,8 @@ jobs:
echo "dspace checker:"
docker exec $DNAME /bin/bash -c "cd /dspace/bin && ./dspace checker -v -l"
- name: dspace healthcheck
run: |
echo "dspace healthcheck:"
docker exec $DNAME /bin/bash -c "cd /dspace/bin && ./dspace healthcheck -v"
Expand Down

0 comments on commit 065853b

Please sign in to comment.