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