a
This commit is contained in:
parent
07d76d4fee
commit
c1430ebc30
@ -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
|
Loading…
x
Reference in New Issue
Block a user