Skip to content

Commit

Permalink
Adjust GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocjn committed Nov 12, 2024
1 parent d0d7449 commit 37a4d90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ontop-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
setup-build-publish-deploy:
name: 'Setup and trigger job'
name: 'Update triples and server'
runs-on: 'ubuntu-latest'
environment: 'production'

Expand Down Expand Up @@ -52,5 +52,7 @@ jobs:
kubectl -n hq wait --for=condition=complete --timeout=60s -f ontop-k8s-job.yaml
- name: 'Restart SPARQL server'
run: kubectl -n satellite rollout restart deployment/sparql
run: >-
kubectl -n satellite rollout restart deployment/sparql &&
kubectl -n satellite rollout status deployment/sparql --timeout=60s

0 comments on commit 37a4d90

Please sign in to comment.