From c1430ebc30be8e1f7a5c99b98646b6ea53f51603 Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Sat, 2 Nov 2024 22:06:33 -0500 Subject: [PATCH] a --- .gitea/workflows/build.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 05fc300..de70acc 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file