moved delpoy to a seperate job
Some checks failed
Build and Deploy docker container / build (push) Successful in 3m19s
Build and Deploy docker container / deploy (push) Failing after 9s

This commit is contained in:
Jonathan Branan 2024-10-20 10:37:46 -05:00
parent 254b3da3ba
commit ef60ff14c3

View File

@ -30,7 +30,13 @@ jobs:
with:
push: true
tags: git.jonb.io/jblu/jonbio:latest
-
deploy:
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
-
name: Deploy App
uses: fjogeleit/http-request-action@v1
with: