changed hostname
Some checks failed
Build docker container / build (push) Failing after 3m21s

This commit is contained in:
Jonathan Branan 2024-10-20 00:12:20 -05:00
parent 16bbec99e2
commit 00b518ff7f

View File

@ -32,6 +32,6 @@ jobs:
name: Deploy App
uses: fjogeleit/http-request-action@v1
with:
url: 'http://watchtowerr:8080/v1/update'
url: 'http://watchtower:8080/v1/update'
method: 'GET'
customHeaders: '{"Authorization: Bearer ${{ secrets.DEPLOYTOKEN }}"}'