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-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
|
Loading…
x
Reference in New Issue
Block a user