Skip to content

Commit

Permalink
Update deploy.yml - updated /server/api to /repository/server/api
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Dec 9, 2024
1 parent f0f6bc7 commit 60fc63d
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 60fc63d

Please sign in to comment.