Changed header links and added auto deployment
Some checks failed
Build docker container / build (push) Failing after 3m55s

This commit is contained in:
2024-10-20 00:07:34 -05:00
parent 4b4e1855a8
commit 16bbec99e2
11 changed files with 20 additions and 110 deletions

View File

@ -28,3 +28,10 @@ jobs:
with:
push: true
tags: git.jonb.io/jblu/jonbio:latest
-
name: Deploy App
uses: fjogeleit/http-request-action@v1
with:
url: 'http://watchtowerr:8080/v1/update'
method: 'GET'
customHeaders: '{"Authorization: Bearer ${{ secrets.DEPLOYTOKEN }}"}'