Changed header links and added auto deployment
Some checks failed
Build docker container / build (push) Failing after 3m55s
Some checks failed
Build docker container / build (push) Failing after 3m55s
This commit is contained in:
@ -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 }}"}'
|
||||
|
Reference in New Issue
Block a user