updated build.yml

This commit is contained in:
jblu 2025-01-25 12:00:29 -06:00
parent 1debc3e50c
commit e06089e6a6

View File

@ -56,7 +56,7 @@ jobs:
- name: Deploy app
uses: fjogeleit/http-request-action@v1
with:
url: 'http://192.168.4.11:7777/v1/update'
url: 'http://10.5.0.11:7777/v1/update'
method: GET
bearerToken: '${{ secrets.DEPLOYTOKEN }}'
timeout: 60000