Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbisztyga authored Mar 26, 2024
1 parent e78869a commit 071a484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Deploy Spring Boot Application to Ngrok
run: |
wget http://localhost:4040/api/tunnels -O ngrok.json
wget http://localhost:8080/api/tunnels -O ngrok.json
NGROK_URL=$(cat ngrok.json | jq -r '.tunnels[0].public_url')
curl -X POST $NGROK_URL
shell: bash
Expand Down

0 comments on commit 071a484

Please sign in to comment.