Skip to content

Commit 065853b

Browse files
authored
Update deploy.yml
[devOps] show healthcheck in a separate step
1 parent 9d1d2cc commit 065853b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
INSTANCE: ${{ env.INSTANCE }}
105105
DATADIR: /opt/dspace-data/clarin-dspace/
106106

107-
- name: dspace command
107+
- name: dspace basic command
108108
run: |
109109
export DNAME=dspace$INSTANCE
110110
docker logs -n 50 $DNAME
@@ -124,6 +124,8 @@ jobs:
124124
echo "dspace checker:"
125125
docker exec $DNAME /bin/bash -c "cd /dspace/bin && ./dspace checker -v -l"
126126
127+
- name: dspace healthcheck
128+
run: |
127129
echo "dspace healthcheck:"
128130
docker exec $DNAME /bin/bash -c "cd /dspace/bin && ./dspace healthcheck -v"
129131

0 commit comments

Comments
 (0)