Compare commits

...

2 Commits

Author SHA1 Message Date
99611462a3 Merge branch 'main' of https://git.jonb.io/jblu/jonbio
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m14s
2024-11-15 22:49:04 -06:00
15426ed4a5 yarn cache update 2024-11-15 22:48:01 -06:00
2 changed files with 4 additions and 3 deletions

View File

@ -35,11 +35,12 @@ jobs:
path: |
${{ steps.yarn-cache-dir-path.outputs.dir }}
${{ github.workspace }}/.next/cache
${{ github.workspace }}/.yarn/cache
key: '${{ runner.os }}-yarn-${{ hashFiles(''**/yarn.lock'') }}'
restore-keys: |
${{ runner.os }}-yarn-
- name: Update node modules
run: yarn
run: yarn install --immutable
- name: Lint
run: yarn lint
- name: Build app and export to ./out
@ -61,7 +62,7 @@ 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
- name: Deploy qpp
- name: Deploy app
uses: fjogeleit/http-request-action@v1
with:
url: 'http://192.168.4.11:7777/v1/update'