Skip to content

Commit

Permalink
Waiting for the http://dev-5.pc:8$INSTANCE/server/api changed to http…
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Dec 17, 2024
1 parent bc19dfe commit be6ea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
echo "started handle server"
# this seems to be the easiest solution for now
docker restart dockerized-nginx-with-shibboleth-nginx-1
/bin/bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://dev-5.pc:8$INSTANCE/server/api)" != "200" ]]; do sleep 5; done'
/bin/bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://dev-5.pc:8$INSTANCE/repository/server/api)" != "200" ]]; do sleep 5; done'
import-8:
Expand Down

0 comments on commit be6ea71

Please sign in to comment.