a
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m55s
Build and Deploy docker container / deploy (push) Successful in 21s

This commit is contained in:
Jonathan Branan 2024-11-02 22:06:33 -05:00
parent 07d76d4fee
commit c1430ebc30

View File

@ -66,16 +66,16 @@ jobs:
cache-from: type=registry,ref=git.jonb.io/jblu/jonbio:buildcache
cache-to: type=registry,image-manifest=true,oci-mediatypes=true,ref=git.jonb.io/jblu/jonbio:buildcache,mode=max
# deploy:
# runs-on: ubuntu-latest
# env:
# RUNNER_TOOL_CACHE: /toolcache
# steps:
# -
# name: Deploy App
# uses: fjogeleit/http-request-action@v1
# with:
# url: 'http://192.168.4.11:7777/v1/update'
# method: 'GET'
# bearerToken: ${{ secrets.DEPLOYTOKEN }}
# timeout: 60000
deploy:
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
-
name: Deploy App
uses: fjogeleit/http-request-action@v1
with:
url: 'http://192.168.4.11:7777/v1/update'
method: 'GET'
bearerToken: ${{ secrets.DEPLOYTOKEN }}
timeout: 60000