moved delpoy to a seperate job
This commit is contained in:
parent
254b3da3ba
commit
ef60ff14c3
@ -30,7 +30,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: git.jonb.io/jblu/jonbio:latest
|
tags: git.jonb.io/jblu/jonbio:latest
|
||||||
-
|
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
|
steps:
|
||||||
|
-
|
||||||
name: Deploy App
|
name: Deploy App
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user