Skip to content

Commit

Permalink
Fix watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Oct 30, 2023
1 parent a0c8b5d commit 047e8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_viewer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ then
deploy_api prod
deploy_ui $PROD_BUCKET
curl https://viewer.swissgeol.ch/versions.json
watch --interval=5 curl -s https://api.viewer.swissgeol.ch/api/health_check
watch --interval=5 curl -s https://api.swissgeol.ch/api/health_check
exit 0
fi

Expand Down

0 comments on commit 047e8b3

Please sign in to comment.